commit_title
stringlengths
13
124
commit_body
stringlengths
0
1.9k
release_summary
stringclasses
52 values
changes_summary
stringlengths
1
758
release_affected_domains
stringclasses
33 values
release_affected_drivers
stringclasses
51 values
domain_of_changes
stringlengths
2
571
language_set
stringclasses
983 values
diffstat_files
int64
1
300
diffstat_insertions
int64
0
309k
diffstat_deletions
int64
0
168k
commit_diff
stringlengths
92
23.4M
category
stringclasses
108 values
commit_hash
stringlengths
34
40
related_people
stringlengths
0
370
domain
stringclasses
21 values
subdomain
stringclasses
241 values
leaf_module
stringlengths
0
912
wil6210: support set_multicast_to_unicast cfg80211 operation
wil6210 ap has a separate ring for transmitting multicast packets, multicast packets are transmitted without an ack from the receiver side. therefore, 802.11 spec defines some low mcs rates for multicat packets. however, there is no guarantee that these packets were really received and handled on the client side.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
support set_multicast_to_unicast cfg80211 operation
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['wil6210 ']
['c', 'h']
3
48
1
--- diff --git a/drivers/net/wireless/ath/wil6210/cfg80211.c b/drivers/net/wireless/ath/wil6210/cfg80211.c --- a/drivers/net/wireless/ath/wil6210/cfg80211.c +++ b/drivers/net/wireless/ath/wil6210/cfg80211.c +static int wil_cfg80211_set_multicast_to_unicast(struct wiphy *wiphy, + struct net_device *dev, + const bool ena...
Networking
5e5f069c30ccdbc09bd548858ee75d0487e74490
ahmad masri
drivers
net
ath, wil6210, wireless
wlcore: mesh: add support for rx broadcast key
in order to support authentication of equals peers, need to save rx broadcast key per peer (on top of 1 tx broadcast key and unicast key per peer).
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for rx broadcast key
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['wlcore', 'mesh']
['c', 'h']
4
21
11
--- diff --git a/drivers/net/wireless/ti/wlcore/cmd.c b/drivers/net/wireless/ti/wlcore/cmd.c --- a/drivers/net/wireless/ti/wlcore/cmd.c +++ b/drivers/net/wireless/ti/wlcore/cmd.c - u16 tx_seq_16) + u16 tx_seq_16, bool is_pairwise) - } else { + } else if (is_pairwise) { + } else { + lid_type = broadcast_lid_type; diff -...
Networking
cf33a7728bf27e6f8c5e9190410db85c11103699
maital hahn guy mishol guym ti com
drivers
net
ti, wireless, wlcore
soundwire: qcom: add support for soundwire controller
qualcomm soundwire master controller is present in most qualcomm socs either integrated as part of wcd audio codecs via slimbus or as part of soc i/o.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for soundwire controller
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['soundwire', 'qcom']
['c', 'kconfig', 'makefile']
3
874
0
--- diff --git a/drivers/soundwire/kconfig b/drivers/soundwire/kconfig --- a/drivers/soundwire/kconfig +++ b/drivers/soundwire/kconfig +config soundwire_qcom + tristate "qualcomm soundwire master driver" + depends on slimbus + depends on snd_soc + help + soundwire qualcomm master driver. + if you have an qualcomm platf...
Audio
02efb49aa805cee643a643ab61a1118c2fd08b80
srinivas kandagatla
drivers
soundwire
alsa: replace timespec with timespec64
since timespec is not year 2038 safe on 32bit system, and we need to convert all timespec variables to timespec64 type for sound subsystem.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
fix year 2038 issue for sound subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['h', 'c']
9
65
53
--- diff --git a/include/sound/pcm.h b/include/sound/pcm.h --- a/include/sound/pcm.h +++ b/include/sound/pcm.h - struct timespec *system_ts, struct timespec *audio_ts, + struct timespec64 *system_ts, struct timespec64 *audio_ts, - struct timespec trigger_tstamp; /* trigger timestamp */ + struct timespec64 trigger_tstam...
Audio
fcae40c99fb3d09f4407f549a7f17761abe5e1bc
baolin wang
include
sound
hda, intel, skylake
alsa: avoid using timespec for struct snd_timer_status
struct snd_timer_status uses 'timespec' type variables to record timestamp, which will be changed to an incompatible layout with updated user space using 64-bit time_t.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
fix year 2038 issue for sound subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['h', 'c']
3
64
57
--- diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h +#ifndef __kernel__ +#endif diff --git a/sound/core/timer.c b/sound/core/timer.c --- a/sound/core/timer.c +++ b/sound/core/timer.c +struct snd_timer_status32 { + s32 tstamp_sec;...
Audio
a07804cc7472d8aa5db03ea5d75f3d8d80abb687
baolin wang
sound
core
sound
alsa: avoid using timespec for struct snd_ctl_elem_value
the struct snd_ctl_elem_value will use 'timespec' type variables to record timestamp, which is not year 2038 safe on 32bits system.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
fix year 2038 issue for sound subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['h']
1
1
2
--- diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h - struct timespec tstamp; - unsigned char reserved[128-sizeof(struct timespec)]; + unsigned char reserved[128];
Audio
a4e7dd35b9dac21fa7b33e8788b51c7fbc7a49f1
baolin wang
include
uapi
sound
alsa: avoid using timespec for struct snd_pcm_status
the struct snd_pcm_status will use 'timespec' type variables to record timestamp, which is not year 2038 safe on 32bits system.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
fix year 2038 issue for sound subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['h', 'c']
5
198
126
--- diff --git a/include/sound/pcm.h b/include/sound/pcm.h --- a/include/sound/pcm.h +++ b/include/sound/pcm.h +struct snd_pcm_status64; -int snd_pcm_status(struct snd_pcm_substream *substream, - struct snd_pcm_status *status); +int snd_pcm_status64(struct snd_pcm_substream *substream, + struct snd_pcm_status64 *status...
Audio
3ddee7f88aaf2dee38f7016ac8fd48dd9fdb43e3
baolin wang
sound
core
sound
alsa: avoid using timespec for struct snd_rawmidi_status
the struct snd_rawmidi_status will use 'timespec' type variables to record timestamp, which is not year 2038 safe on 32bits system.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
fix year 2038 issue for sound subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['h', 'c']
3
128
94
--- diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h +#ifndef __kernel__ + __time_pad pad1; +#endif diff --git a/sound/core/rawmidi.c b/sound/core/rawmidi.c --- a/sound/core/rawmidi.c +++ b/sound/core/rawmidi.c +struct snd_rawmidi...
Audio
d9e5582c4bb219f3459e39f65410f0e5128fbe91
baolin wang
sound
core
sound
alsa: avoid using timespec for struct snd_timer_tread
the struct snd_timer_tread will use 'timespec' type variables to record timestamp, which is not year 2038 safe on 32bits system.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
fix year 2038 issue for sound subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['h', 'c']
3
131
39
--- diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h -#define sndrv_timer_ioctl_tread _iow('t', 0x02, int) +#define sndrv_timer_ioctl_tread_old _iow('t', 0x02, int) +#define sndrv_timer_ioctl_tread64 _iow('t', 0xa4, int) + +#if __...
Audio
07094ae6f9527279de6fd0c59e88f6d0423585b1
baolin wang
sound
core
sound
alsa: move snd_pcm_ioctl_sync_ptr_compat into pcm_native.c
this is a preparation patch, moving the compat handler for snd_pcm_ioctl_sync_ptr_compat from pcm_compat.c to pcm_native.c. no other changes are indented.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
fix year 2038 issue for sound subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c']
2
100
98
--- diff --git a/sound/core/pcm_compat.c b/sound/core/pcm_compat.c --- a/sound/core/pcm_compat.c +++ b/sound/core/pcm_compat.c -/* recalcuate the boundary within 32bit */ -static snd_pcm_uframes_t recalculate_boundary(struct snd_pcm_runtime *runtime) -{ - snd_pcm_uframes_t boundary; - - if (! runtime->buffer_size) - re...
Audio
09d94175dbeac12d38b1599a02c7000a5e51b4cb
arnd bergmann
sound
core
alsa: add new 32-bit layout for snd_pcm_mmap_status/control
the snd_pcm_mmap_status and snd_pcm_mmap_control interfaces are one of the trickiest areas to get right when moving to 64-bit time_t in user space.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
fix year 2038 issue for sound subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['h', 'c']
4
147
41
- almost all x86 and powerpc users these days are on 64-bit kernels, - it never worked in compat mode (it was intentionally disabled there) - the application already needs to work with a fallback to --- diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h --- a/include/uapi/sound/asound.h +++ b/includ...
Audio
80fe7430c7085951d1246d83f638cc17e6c0be36
arnd bergmann
sound
core
sound
alsa: bump uapi version numbers
change sndrv_pcm_version, sndrv_rawmidi_version and sndrv_timer_version to indicate the addition of the time64 version of the mmap interface and these ioctl commands:
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
fix year 2038 issue for sound subsystem
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['h']
1
3
3
--- diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h -#define sndrv_pcm_version sndrv_protocol_version(2, 0, 14) +#define sndrv_pcm_version sndrv_protocol_version(2, 0, 15) -#define sndrv_rawmidi_version sndrv_protocol_version(2, ...
Audio
1cfaef9617033f38eba9cc725809ed32bcdb3dc5
arnd bergmann
include
uapi
sound
alsa: cmipci: allow disabling mpu port via module option
patrick may reported that his sound card with cmi8378 chip causes a crash / reboot when accessing the midi port that isn't actually present on the board. moreover, despite of the documentation, passing mpu_port=0 doesn't disable the midi port on this board.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
allow disabling mpu port via module option
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['cmipci']
['c', 'rst']
2
5
3
--- diff --git a/documentation/sound/alsa-configuration.rst b/documentation/sound/alsa-configuration.rst --- a/documentation/sound/alsa-configuration.rst +++ b/documentation/sound/alsa-configuration.rst - 0 = disable (default) + 1 = integrated pci port (default on 8738), + 0 = disable diff --git a/sound/pci/cmipci.c b/...
Audio
d8cac6207ec1abd3c85cff2625dd3898d59c4df5
takashi iwai
documentation
sound
alsa: control: add verification for kctl accesses
the current implementation of alsa control api fully relies on the callbacks of each driver, and there is no verification of the values passed via api. this patch is an attempt to improve the situation slightly by adding the validation code for the values stored via info and get callbacks.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add verification for kctl accesses
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['control']
['h', 'kconfig', 'c']
5
268
39
- whether the info type is valid - whether the number of enum items is non-zero - whether the given info count is within the allowed boundary - whether the values are within the given range - whether the values are aligned with the given step - whether any further changes are seen in the data array over the --- diff --...
Audio
fbd3eb7f66c5b4f37a959bc2deaeb1d7b5ddf0d4
takashi iwai
sound
core
hda
alsa: dice: add support for alesis mastercontrol
alesis mastercontrol was shipped 2009 and already discontinued. this model consists of: * tsb41ab2 for physical layer of ieee 1394 * wavefront dice ii std for link layer and protocol implementation * freescale dspb56374ae
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for alesis mastercontrol
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['dice']
['c', 'h']
3
33
0
----------------------------------------------------------------- ----------------------------------------------------------------- ----------------------------------------------------------------- ----------------------------------------------------------------- --------------------------------------------------------...
Audio
791a485f2da392df00341ed4c0c14780fd320d92
takashi sakamoto
sound
firewire
dice
alsa: ctl: remove unused macro for timestamping of elem_value
in a former commit, 'tstamp' member was removed from 'struct snd_ctl_elem_value' in a middle way toward solution of y2038 issue. in a protocol of alsa control interface, this member is designed to deliver timestamp information in the value structure when the target element supports sndrv_ctl_elem_access_timestamp flag.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
the already deprecated dimension support in alsa control api is dropped completely now
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['h']
1
1
1
--- diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h -#define sndrv_ctl_elem_access_timestamp (1<<3) /* when was control changed */ +// (1 << 3) is unused.
Audio
54228356667920658cd33a63e12b7bff3e13c880
takashi sakamoto
include
uapi
sound
alsa: pci: echoaudio: remove usage of dimen menber of elem_value structure
in a couple of years ago, 'echomixer' userspace application was revised not to use 'dimen' member of 'struct snd_ctl_elem_info'.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
the already deprecated dimension support in alsa control api is dropped completely now
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['c']
1
0
11
--- diff --git a/sound/pci/echoaudio/echoaudio.c b/sound/pci/echoaudio/echoaudio.c --- a/sound/pci/echoaudio/echoaudio.c +++ b/sound/pci/echoaudio/echoaudio.c - uinfo->dimen.d[0] = num_busses_out(chip); - uinfo->dimen.d[1] = num_busses_in(chip); - uinfo->dimen.d[0] = num_busses_out(chip); - uinfo->dimen.d[1] = num_pipe...
Audio
e67c3f0fd44c9bbd7a484b7cf6e9bcb4c0a0a858
takashi sakamoto
sound
pci
echoaudio
alsa: ctl: remove dimen member from elem_info structure
the 'dimen' member of 'struct snd_ctl_elem_info' is designed to deliver information to use an array of value as multi-dimensional values. this feature is used just by echoaudio pci driver, and fortunately it's not used by the other applications than 'echomixer' in alsa-tools.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
the already deprecated dimension support in alsa control api is dropped completely now
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['h', 'c']
2
1
37
--- diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/asound.h - union { - unsigned short d[4]; /* dimensions */ - unsigned short *d_ptr; /* indirect - obsoleted */ - } dimen; - unsigned char reserved[64-4*sizeof(unsigned short)]; + unsigne...
Audio
ff16351e3f302a2913bd17da6ed8f195ab2139fd
takashi sakamoto
sound
core
sound
alsa: ctl: bump protocol version up to v2.1.0
in a development period for v5.6 kernel, some changes are introduced to structures in alsa control interface: - 'tstamp' member is removed from 'struct snd_ctl_elem_value - 'tstamp' flag is removed from a set of access flags for 'struct snd_ctl_elem_info' - 'dimen' member is removed from 'struct snd_ctl_elem_info
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
the already deprecated dimension support in alsa control api is dropped completely now
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
[]
['h']
1
1
1
- 'tstamp' member is removed from 'struct snd_ctl_elem_value - 'tstamp' flag is removed from a set of access flags for 'struct - 'dimen' member is removed from 'struct snd_ctl_elem_info --- diff --git a/include/uapi/sound/asound.h b/include/uapi/sound/asound.h --- a/include/uapi/sound/asound.h +++ b/include/uapi/sound/...
Audio
bd3eb4e87eb399a9fe15ef1b59db78faf9c20359
takashi sakamoto
include
uapi
sound
alsa: hda - add docking station support for lenovo thinkpad t420s
lenovo thinkpad t420s uses the same codec as t420, so apply the same quirk to enable audio output on a docking station.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add docking station support for lenovo thinkpad t420s
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['hda ']
['c']
1
1
0
--- diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c + snd_pci_quirk(0x17aa, 0x21d2, "lenovo t420s", cxt_pincfg_lenovo_tp410),
Audio
ef7d84caa5928b40b1c93a26dbe5a3f12737c6ab
peter gro e
sound
pci
hda
alsa: hda/realtek - add headset button supported for thinkpad x1
thinkpad want to support headset button control. this patch will enable it.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add headset button supported for thinkpad x1
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['hda ', 'realtek']
['c']
1
9
4
--- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c - + alc285_fixup_thinkpad_headset_jack, - + [alc285_fixup_thinkpad_headset_jack] = { + .type = hda_fixup_func, + .v.func = alc_fixup_headset_jack, + .chained = true, + ....
Audio
76f7dec08fd64e9e3ad0810a1a8a60b0a846d348
kailang yang
sound
pci
hda
alsa: hda/realtek - add headset mic supported
dell desktop platform supported headset mic. add pin verb to enable headset mic. this platform only support fixed type headset for iphone type.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add headset mic supported
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['hda ', 'realtek']
['c']
1
2
0
--- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c + snd_pci_quirk(0x1028, 0x098d, "dell precision", alc233_fixup_asus_mic_no_presence), + snd_pci_quirk(0x1028, 0x09bf, "dell precision", alc233_fixup_asus_mic_no_presence...
Audio
78def224f59c05d00e815be946ec229719ccf377
kailang yang
sound
pci
hda
alsa: hda/realtek - add headset mic supported for hp cpc
hp alc671 need to support headset mic.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add headset mic supported for hp cpc
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['hda ', 'realtek']
['c']
1
44
0
--- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c +static void alc671_fixup_hp_headset_mic2(struct hda_codec *codec, + const struct hda_fixup *fix, int action) +{ + struct alc_spec *spec = codec->spec; + + static const ...
Audio
5af29028fd6db9438b5584ab7179710a0a22569d
kailang yang
sound
pci
hda
alsa: hda: add jasperlake pci id and codec vid
add hd audio device pci id and codec vendor_id for the intel jasperlake rev2/a0 silicon.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add jasperlake pci id and codec vid
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['hda ']
['c']
2
3
0
--- diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c + { pci_device(0x8086, 0x4dc8), + .driver_data = azx_driver_skl | azx_dcaps_intel_skylake}, diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c --- a/sound/pci/hda/patc...
Audio
78be2228c15dd45865b102b29d72e721f0ace9b1
yong zhi
sound
pci
hda
asoc: amd: use managed buffer allocation
clean up the drivers with the new managed buffer allocation api. the superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
2
26
62
--- diff --git a/sound/soc/amd/acp-pcm-dma.c b/sound/soc/amd/acp-pcm-dma.c --- a/sound/soc/amd/acp-pcm-dma.c +++ b/sound/soc/amd/acp-pcm-dma.c - int status; - status = snd_pcm_lib_malloc_pages(substream, size); - if (status < 0) - return status; - - memset(substream->runtime->dma_area, 0, params_buffer_bytes(params)); ...
Audio
7f4aee8fa79c2d753aa1b2e9ffcad24689317f75
takashi iwai
sound
soc
amd, raven
asoc: amd: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
2
0
2
--- diff --git a/sound/soc/amd/acp-pcm-dma.c b/sound/soc/amd/acp-pcm-dma.c --- a/sound/soc/amd/acp-pcm-dma.c +++ b/sound/soc/amd/acp-pcm-dma.c - .ioctl = snd_soc_pcm_lib_ioctl, diff --git a/sound/soc/amd/raven/acp3x-pcm-dma.c b/sound/soc/amd/raven/acp3x-pcm-dma.c --- a/sound/soc/amd/raven/acp3x-pcm-dma.c +++ b/sound/so...
Audio
66a7caaf354edd35089dcaabd277b38f036b783b
takashi iwai
sound
soc
amd, raven
asoc: atmel: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
0
1
--- diff --git a/sound/soc/atmel/atmel-pcm-pdc.c b/sound/soc/atmel/atmel-pcm-pdc.c --- a/sound/soc/atmel/atmel-pcm-pdc.c +++ b/sound/soc/atmel/atmel-pcm-pdc.c - .ioctl = snd_soc_pcm_lib_ioctl,
Audio
7aff4224ff6b603c432de56139b621d68e0307fb
takashi iwai alexandre belloni alexandre belloni bootlin com
sound
soc
atmel
asoc: au1x: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
2
0
2
--- diff --git a/sound/soc/au1x/dbdma2.c b/sound/soc/au1x/dbdma2.c --- a/sound/soc/au1x/dbdma2.c +++ b/sound/soc/au1x/dbdma2.c - .ioctl = snd_soc_pcm_lib_ioctl, diff --git a/sound/soc/au1x/dma.c b/sound/soc/au1x/dma.c --- a/sound/soc/au1x/dma.c +++ b/sound/soc/au1x/dma.c - .ioctl = snd_soc_pcm_lib_ioctl,
Audio
4000fc0b5a7f277ed6f83b1673a833b67a4cfa71
takashi iwai
sound
soc
au1x
asoc: bcm: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
0
1
--- diff --git a/sound/soc/bcm/cygnus-pcm.c b/sound/soc/bcm/cygnus-pcm.c --- a/sound/soc/bcm/cygnus-pcm.c +++ b/sound/soc/bcm/cygnus-pcm.c - .ioctl = snd_soc_pcm_lib_ioctl,
Audio
e7a83dfcb33d36463def773c101051d63d5593ef
takashi iwai
sound
soc
bcm
asoc: dwc: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
0
1
--- diff --git a/sound/soc/dwc/dwc-pcm.c b/sound/soc/dwc/dwc-pcm.c --- a/sound/soc/dwc/dwc-pcm.c +++ b/sound/soc/dwc/dwc-pcm.c - .ioctl = snd_soc_pcm_lib_ioctl,
Audio
f6201a314fc780bda83ffc5338c7bc0326749e84
takashi iwai
sound
soc
dwc
asoc: fsl: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
4
0
4
--- diff --git a/sound/soc/fsl/fsl_asrc_dma.c b/sound/soc/fsl/fsl_asrc_dma.c --- a/sound/soc/fsl/fsl_asrc_dma.c +++ b/sound/soc/fsl/fsl_asrc_dma.c - .ioctl = snd_soc_pcm_lib_ioctl, diff --git a/sound/soc/fsl/fsl_dma.c b/sound/soc/fsl/fsl_dma.c --- a/sound/soc/fsl/fsl_dma.c +++ b/sound/soc/fsl/fsl_dma.c - dma->dai.ioctl...
Audio
6ac44ce9dfd6ba4dfb1d5e571131d132c53f23f1
takashi iwai nicolin chen nicoleotsuka gmail com
sound
soc
fsl
asoc: intel: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
4
0
4
--- diff --git a/sound/soc/intel/atom/sst-mfld-platform-pcm.c b/sound/soc/intel/atom/sst-mfld-platform-pcm.c --- a/sound/soc/intel/atom/sst-mfld-platform-pcm.c +++ b/sound/soc/intel/atom/sst-mfld-platform-pcm.c - .ioctl = snd_soc_pcm_lib_ioctl, diff --git a/sound/soc/intel/baytrail/sst-baytrail-pcm.c b/sound/soc/intel/...
Audio
aa4708d97e74d161502c9a5bc07532b34e727370
takashi iwai
sound
soc
atom, baytrail, haswell, intel, skylake
asoc: kirkwood: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
0
1
--- diff --git a/sound/soc/kirkwood/kirkwood-dma.c b/sound/soc/kirkwood/kirkwood-dma.c --- a/sound/soc/kirkwood/kirkwood-dma.c +++ b/sound/soc/kirkwood/kirkwood-dma.c - .ioctl = snd_soc_pcm_lib_ioctl,
Audio
13fd6f07f5b1cab528271f908df531a49e0bdcde
takashi iwai
sound
soc
kirkwood
asoc: mediatek: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
4
0
4
--- diff --git a/sound/soc/mediatek/common/mtk-afe-platform-driver.c b/sound/soc/mediatek/common/mtk-afe-platform-driver.c --- a/sound/soc/mediatek/common/mtk-afe-platform-driver.c +++ b/sound/soc/mediatek/common/mtk-afe-platform-driver.c - .ioctl = snd_soc_pcm_lib_ioctl, diff --git a/sound/soc/mediatek/common/mtk-btcv...
Audio
a1b175b0828de15e04b551a8406affcddc552d7d
takashi iwai
sound
soc
common, mediatek, mt6797, mt8183
asoc: meson: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
2
0
6
--- diff --git a/sound/soc/meson/axg-frddr.c b/sound/soc/meson/axg-frddr.c --- a/sound/soc/meson/axg-frddr.c +++ b/sound/soc/meson/axg-frddr.c - .ioctl = snd_soc_pcm_lib_ioctl, - .ioctl = snd_soc_pcm_lib_ioctl, - .ioctl = snd_soc_pcm_lib_ioctl, diff --git a/sound/soc/meson/axg-toddr.c b/sound/soc/meson/axg-toddr.c --- ...
Audio
a984e214de0c5d592a50bc6bd04b32a335d48a55
takashi iwai jerome brunet jbrunet baylibre com
sound
soc
meson
asoc: pxa: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
5
0
5
--- diff --git a/sound/soc/pxa/mmp-pcm.c b/sound/soc/pxa/mmp-pcm.c --- a/sound/soc/pxa/mmp-pcm.c +++ b/sound/soc/pxa/mmp-pcm.c - .ioctl = snd_soc_pcm_lib_ioctl, diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c --- a/sound/soc/pxa/pxa-ssp.c +++ b/sound/soc/pxa/pxa-ssp.c - .ioctl = snd_soc_pcm_lib_ioctl, di...
Audio
92e63b552822b51aac65348b7ae46749590a3c8e
takashi iwai
sound
soc
pxa
asoc: qcom: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
2
0
2
--- diff --git a/sound/soc/qcom/lpass-platform.c b/sound/soc/qcom/lpass-platform.c --- a/sound/soc/qcom/lpass-platform.c +++ b/sound/soc/qcom/lpass-platform.c - .ioctl = snd_soc_pcm_lib_ioctl, diff --git a/sound/soc/qcom/qdsp6/q6asm-dai.c b/sound/soc/qcom/qdsp6/q6asm-dai.c --- a/sound/soc/qcom/qdsp6/q6asm-dai.c +++ b/s...
Audio
29da4698399eceaac0bfcf1f180e21a51d5d7aed
takashi iwai
sound
soc
qcom, qdsp6
asoc: samsung: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
0
1
--- diff --git a/sound/soc/samsung/idma.c b/sound/soc/samsung/idma.c --- a/sound/soc/samsung/idma.c +++ b/sound/soc/samsung/idma.c - .ioctl = snd_soc_pcm_lib_ioctl,
Audio
c4d14046650087f6495ab6855cf1a0090325c48a
takashi iwai
sound
soc
samsung
asoc: generic-dmaengine: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
0
2
--- diff --git a/sound/soc/soc-generic-dmaengine-pcm.c b/sound/soc/soc-generic-dmaengine-pcm.c --- a/sound/soc/soc-generic-dmaengine-pcm.c +++ b/sound/soc/soc-generic-dmaengine-pcm.c - .ioctl = snd_soc_pcm_lib_ioctl, - .ioctl = snd_soc_pcm_lib_ioctl,
Audio
2680c3127c3995c7cbd920c87fbc3411685e7717
takashi iwai
sound
soc
asoc: sof: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
0
1
--- diff --git a/sound/soc/sof/pcm.c b/sound/soc/sof/pcm.c --- a/sound/soc/sof/pcm.c +++ b/sound/soc/sof/pcm.c - pd->ioctl = snd_soc_pcm_lib_ioctl;
Audio
620ea8d26b99a5857b12a26f3673ad1fcd8abe9f
takashi iwai
sound
soc
sof
asoc: sprd: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
0
1
--- diff --git a/sound/soc/sprd/sprd-pcm-dma.c b/sound/soc/sprd/sprd-pcm-dma.c --- a/sound/soc/sprd/sprd-pcm-dma.c +++ b/sound/soc/sprd/sprd-pcm-dma.c - .ioctl = snd_soc_pcm_lib_ioctl,
Audio
01ac8ada97120b582580a7b3059329ddf659d033
takashi iwai baolin wang baolin wang gmail com
sound
soc
sprd
asoc: txx9: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
0
1
--- diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c --- a/sound/soc/txx9/txx9aclc.c +++ b/sound/soc/txx9/txx9aclc.c - .ioctl = snd_soc_pcm_lib_ioctl,
Audio
88b79e98cfc83290c12dd0455743ff84c556628e
takashi iwai
sound
soc
txx9
asoc: xilinx: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
0
1
--- diff --git a/sound/soc/xilinx/xlnx_formatter_pcm.c b/sound/soc/xilinx/xlnx_formatter_pcm.c --- a/sound/soc/xilinx/xlnx_formatter_pcm.c +++ b/sound/soc/xilinx/xlnx_formatter_pcm.c - .ioctl = snd_soc_pcm_lib_ioctl,
Audio
71bfaea3d6d921f4e35e185f7dbd488110e9ce2e
takashi iwai
sound
soc
xilinx
asoc: xtensa: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
0
1
--- diff --git a/sound/soc/xtensa/xtfpga-i2s.c b/sound/soc/xtensa/xtfpga-i2s.c --- a/sound/soc/xtensa/xtfpga-i2s.c +++ b/sound/soc/xtensa/xtfpga-i2s.c - .ioctl = snd_soc_pcm_lib_ioctl,
Audio
6a8228d07ca022b6099b3a2b1432cdfb94bb36c4
takashi iwai
sound
soc
xtensa
asoc: utils: drop superfluous ioctl pcm ops
asoc pcm core deals the empty ioctl field now as default. let's kill the redundant lines.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
0
1
--- diff --git a/sound/soc/soc-utils.c b/sound/soc/soc-utils.c --- a/sound/soc/soc-utils.c +++ b/sound/soc/soc-utils.c - .ioctl = snd_soc_pcm_lib_ioctl,
Audio
93ec6953c1d7b3c5f62d35c76fe6670c6d9b3c8c
takashi iwai
sound
soc
asoc: soc-core: merge soc_set_name_prefix() and soc_set_of_name_prefix()
soc_set_name_prefix() is calling soc_set_of_name_prefix(). we don't need to separate these operation. this patch merges these.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
7
13
--- diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c -static void soc_set_of_name_prefix(struct snd_soc_component *component) -{ - struct device_node *of_node = soc_component_to_node(component); - const char *str; - int ret; - - ret = of_property_read_string...
Audio
29d9fc7acacbb985daa1b4c662c619dc959a11b0
kuninori morimoto
sound
soc
asoc: soc-core: tidyup for config_dmi
soc-core.c has 2 #ifdef config_dmi, but we can merge these. otoh, soc.h has dmi_longname, but it is needed if config_dmi was defined. in other words, it is not needed if config_dmi was not defined. this patch tidyup these.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['h', 'c']
2
17
17
--- diff --git a/include/sound/soc.h b/include/sound/soc.h --- a/include/sound/soc.h +++ b/include/sound/soc.h +#ifdef config_dmi +#endif /* config_dmi */ diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c -#ifdef config_dmi -/* - * if a dmi filed contain stri...
Audio
8a6a6a38f86885982891197840e7b8eccad5ef50
kuninori morimoto
include
sound
asoc: soc-core: tidyup for config_debug_fs
soc-core.c has 2 #ifdef config_debug_fs, but we can merge these.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
3
5
--- diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c -#ifdef config_debug_fs -struct dentry *snd_soc_debugfs_root; -export_symbol_gpl(snd_soc_debugfs_root); -#endif - +struct dentry *snd_soc_debugfs_root; +export_symbol_gpl(snd_soc_debugfs_root); +
Audio
a4072cdfa9fe79adcd41320355847e77de22baf0
kuninori morimoto
sound
soc
asoc: au1x: use managed buffer allocation
clean up the drivers with the new managed buffer allocation api. the superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
2
7
28
--- diff --git a/sound/soc/au1x/dbdma2.c b/sound/soc/au1x/dbdma2.c --- a/sound/soc/au1x/dbdma2.c +++ b/sound/soc/au1x/dbdma2.c - ret = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(params)); - if (ret < 0) - goto out; - -static int au1xpsc_pcm_hw_free(struct snd_soc_component *component, - struct snd_pcm_subs...
Audio
fe9912ac58e4fa205faabcccc980eb834cc5f1aa
takashi iwai
sound
soc
au1x
asoc: dwc: use managed buffer allocation
clean up the drivers with the new managed buffer allocation api. the superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped, as well as the superfluous snd_pcm_lib_preallocate_free_for_all() call. as of the result, hw_free and pcm_destruct ops became empty and got removed.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
2
22
--- diff --git a/sound/soc/dwc/dwc-pcm.c b/sound/soc/dwc/dwc-pcm.c --- a/sound/soc/dwc/dwc-pcm.c +++ b/sound/soc/dwc/dwc-pcm.c - int ret; - ret = snd_pcm_lib_malloc_pages(substream, - params_buffer_bytes(hw_params)); - if (ret < 0) - return ret; - else - return 0; -} - -static int dw_pcm_hw_free(struct snd_soc_componen...
Audio
fcf306efab32975e4f8bdf5e9d3e7c34fe4ce48c
takashi iwai
sound
soc
dwc
asoc: meson: use managed buffer allocation
clean up the driver with the new managed buffer allocation api. the superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
4
9
--- diff --git a/sound/soc/meson/axg-fifo.c b/sound/soc/meson/axg-fifo.c --- a/sound/soc/meson/axg-fifo.c +++ b/sound/soc/meson/axg-fifo.c - int ret; - - ret = snd_pcm_lib_malloc_pages(ss, params_buffer_bytes(params)); - if (ret < 0) - return ret; - return snd_pcm_lib_free_pages(ss); + return 0; - snd_pcm_lib_prealloca...
Audio
bace3caa82e1f0b5b667e35b532534b9cbdc4338
takashi iwai jerome brunet jbrunet baylibre com
sound
soc
meson
asoc: dma-sh7760: use managed buffer allocation
clean up the drivers with the new managed buffer allocation api. the superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
1
13
--- diff --git a/sound/soc/sh/dma-sh7760.c b/sound/soc/sh/dma-sh7760.c --- a/sound/soc/sh/dma-sh7760.c +++ b/sound/soc/sh/dma-sh7760.c - ret = snd_pcm_lib_malloc_pages(substream, - params_buffer_bytes(hw_params)); - if (ret < 0) - return ret; - -static int camelot_hw_free(struct snd_soc_component *component, - struct s...
Audio
d23a16584b4f4cc7226c75793d1797e5505a193b
takashi iwai
sound
soc
sh
asoc: rcar: use managed buffer allocation
clean up the driver with the new managed buffer allocation api. the superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
6
17
--- diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c --- a/sound/soc/sh/rcar/core.c +++ b/sound/soc/sh/rcar/core.c - snd_pcm_lib_preallocate_pages(substream, - sndrv_dma_type_dev, - dev, - prealloc_buffer, prealloc_buffer_max); + snd_pcm_set_managed_buffer(substream, + sndrv_dma_type_dev, + dev, + preal...
Audio
e494dbcd9be743f41cf842f94ffbc7c56b6b072a
takashi iwai
sound
soc
rcar, sh
asoc: generic-dmaengine-pcm: use managed buffer allocation
clean up the driver with the new managed buffer allocation api. the hw_free callback became superfluous and got dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
2
10
--- diff --git a/sound/soc/soc-generic-dmaengine-pcm.c b/sound/soc/soc-generic-dmaengine-pcm.c --- a/sound/soc/soc-generic-dmaengine-pcm.c +++ b/sound/soc/soc-generic-dmaengine-pcm.c - return snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(params)); + return 0; -static int dmaengine_pcm_hw_free(struct snd_soc_c...
Audio
d708c2b36b5d23a7266ca9bfe648533a0f61bdfd
takashi iwai
sound
soc
asoc: stm32: use managed buffer allocation
clean up the drivers with the new managed buffer allocation api. the superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped, as well as the superfluous snd_pcm_lib_preallocate_free_for_all() call. as of the result, hw_free and pcm_destruct ops became empty and got removed.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
2
27
--- diff --git a/sound/soc/stm/stm32_adfsdm.c b/sound/soc/stm/stm32_adfsdm.c --- a/sound/soc/stm/stm32_adfsdm.c +++ b/sound/soc/stm/stm32_adfsdm.c - snd_pcm_lib_free_pages(substream); - int ret; - ret = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(params)); - if (ret < 0) - return ret; -static int stm32_adfs...
Audio
6f7aff352e690bd167d97f8354543855cf6c34b8
takashi iwai
sound
soc
stm
asoc: txx9: use managed buffer allocation
clean up the driver with the new managed buffer allocation api. the hw_free callback became superfluous and got dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
1
13
--- diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c --- a/sound/soc/txx9/txx9aclc.c +++ b/sound/soc/txx9/txx9aclc.c - int ret; - - ret = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(params)); - if (ret < 0) - return ret; -static int txx9aclc_pcm_hw_free(struct snd_soc_component *component,...
Audio
ffe119308cf6f174eb65e2a7c023c85178f5109c
takashi iwai
sound
soc
txx9
asoc: xilinx: use managed buffer allocation
clean up the driver with the new managed buffer allocation api. the hw_free callback became superfluous and got dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
1
12
--- diff --git a/sound/soc/xilinx/xlnx_formatter_pcm.c b/sound/soc/xilinx/xlnx_formatter_pcm.c --- a/sound/soc/xilinx/xlnx_formatter_pcm.c +++ b/sound/soc/xilinx/xlnx_formatter_pcm.c - int status; - status = snd_pcm_lib_malloc_pages(substream, size); - if (status < 0) - return status; -static int xlnx_formatter_pcm_hw_...
Audio
52f0ac153d12beb5af9d8a1ad3013762e919ffa6
takashi iwai
sound
soc
xilinx
asoc: xtensa: use managed buffer allocation
clean up the driver with the new managed buffer allocation api. the superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
3
6
--- diff --git a/sound/soc/xtensa/xtfpga-i2s.c b/sound/soc/xtensa/xtfpga-i2s.c --- a/sound/soc/xtensa/xtfpga-i2s.c +++ b/sound/soc/xtensa/xtfpga-i2s.c - int ret; - ret = snd_pcm_lib_malloc_pages(substream, - params_buffer_bytes(hw_params)); - return ret; + return 0; - snd_pcm_lib_preallocate_pages_for_all(rtd->pcm, snd...
Audio
bfddcaffd8858973385ec11c6051bb04fa685e6c
takashi iwai
sound
soc
xtensa
asoc: cros_ec_codec: use managed buffer allocation
clean up the driver with the new managed buffer allocation api. the superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
4
4
--- diff --git a/sound/soc/codecs/cros_ec_codec.c b/sound/soc/codecs/cros_ec_codec.c --- a/sound/soc/codecs/cros_ec_codec.c +++ b/sound/soc/codecs/cros_ec_codec.c - return snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params)); + return 0; - return snd_pcm_lib_free_pages(substream); + return 0; - snd_pcm_l...
Audio
66b3621b8b6f3e184b5dd34358de41bcd5a73bb5
takashi iwai
sound
soc
codecs
asoc: rt5514-spi: use managed buffer allocation
clean up the driver with the new managed buffer allocation api. the superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
4
6
--- diff --git a/sound/soc/codecs/rt5514-spi.c b/sound/soc/codecs/rt5514-spi.c --- a/sound/soc/codecs/rt5514-spi.c +++ b/sound/soc/codecs/rt5514-spi.c - int ret; - ret = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params)); - return ret; + return 0; - return snd_pcm_lib_free_pages(substream); + return 0;...
Audio
cae8055e065644fd1d92d2f0c23a39b6768d168a
takashi iwai
sound
soc
codecs
asoc: rt5677-spi: use managed buffer allocation
clean up the driver with the new managed buffer allocation api. the superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
4
6
--- diff --git a/sound/soc/codecs/rt5677-spi.c b/sound/soc/codecs/rt5677-spi.c --- a/sound/soc/codecs/rt5677-spi.c +++ b/sound/soc/codecs/rt5677-spi.c - int ret; - ret = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params)); - return ret; + return 0; - return snd_pcm_lib_free_pages(substream); + return 0;...
Audio
9a560089e964c47f9be11cfb174c47aab0db64a3
takashi iwai
sound
soc
codecs
asoc: intel: atom: use managed buffer allocation
clean up the driver with the new managed buffer allocation api. the hw_params and hw_free callbacks became superfluous and got dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
1
24
--- diff --git a/sound/soc/intel/atom/sst-mfld-platform-pcm.c b/sound/soc/intel/atom/sst-mfld-platform-pcm.c --- a/sound/soc/intel/atom/sst-mfld-platform-pcm.c +++ b/sound/soc/intel/atom/sst-mfld-platform-pcm.c -static int sst_media_hw_params(struct snd_pcm_substream *substream, - struct snd_pcm_hw_params *params, - st...
Audio
02298145559f824b31a4bada8071e59c55b7df88
takashi iwai
sound
soc
atom, intel
asoc: intel: baytrail: use managed buffer allocation
clean up the driver with the new managed buffer allocation api. the hw_free callback became superfluous and got dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
2
17
--- diff --git a/sound/soc/intel/baytrail/sst-baytrail-pcm.c b/sound/soc/intel/baytrail/sst-baytrail-pcm.c --- a/sound/soc/intel/baytrail/sst-baytrail-pcm.c +++ b/sound/soc/intel/baytrail/sst-baytrail-pcm.c - snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(params)); - -static int sst_byt_pcm_hw_free(struct snd_...
Audio
d9c7824aa29d064b205957033463563ac3205fcb
takashi iwai
sound
soc
baytrail, intel
asoc: intel: haswell: use managed buffer allocation
clean up the driver with the new managed buffer allocation api. the hw_free callback became superfluous and got dropped.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
1
16
--- diff --git a/sound/soc/intel/haswell/sst-haswell-pcm.c b/sound/soc/intel/haswell/sst-haswell-pcm.c --- a/sound/soc/intel/haswell/sst-haswell-pcm.c +++ b/sound/soc/intel/haswell/sst-haswell-pcm.c - ret = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(params)); - if (ret < 0) { - dev_err(rtd->dev, "error: co...
Audio
3f93b1ed4ac1e285eafc6da8b354d3577977059a
takashi iwai
sound
soc
haswell, intel
asoc: intel: skylake: use managed buffer allocation
clean up the drivers with the new managed buffer allocation api. the superfluous snd_pcm_lib_malloc_pages() and snd_pcm_lib_free_pages() calls are dropped. the pcm_construct ops contains only the superfluous call of snd_pcm_lib_preallocate_free_for_all(), so dropped, too.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
adapt the recent pcm api updates to asoc drivers
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
6
20
--- diff --git a/sound/soc/intel/skylake/skl-pcm.c b/sound/soc/intel/skylake/skl-pcm.c --- a/sound/soc/intel/skylake/skl-pcm.c +++ b/sound/soc/intel/skylake/skl-pcm.c - return snd_pcm_lib_malloc_pages(substream, size); -} - -static int skl_substream_free_pages(struct hdac_bus *bus, - struct snd_pcm_substream *substream...
Audio
51240953f28e0528a975db686d4e9e5938d55829
takashi iwai
sound
soc
intel, skylake
asoc: sof: intel: add codec_mask module parameter
add a module parameter 'codec_mask' to filter out unwanted hda codecs from driver probe. e.g. on most systems, codec_mask=4 will limit to hdmi audio and exclude any external hda codecs.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add codec_mask module parameter
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'sof', 'intel']
['c']
1
13
0
--- diff --git a/sound/soc/sof/intel/hda-ctrl.c b/sound/soc/sof/intel/hda-ctrl.c --- a/sound/soc/sof/intel/hda-ctrl.c +++ b/sound/soc/sof/intel/hda-ctrl.c +#include <linux/module.h> +#if is_enabled(config_snd_soc_sof_hda) +static int hda_codec_mask = -1; +module_param_named(codec_mask, hda_codec_mask, int, 0444); +modu...
Audio
4f6250b82cb8f950a1b1bea62843a88bbb208187
kai vehmanen
sound
soc
intel, sof
asoc: add mediatek mt6660 speaker amp driver
the mt6660 is a boosted btl class-d amplifier with v/i sensing. a built-in dc-dc step-up converter is used to provide efficient power for class-d amplifier with multi-level class-g operation. the digital audio interface supports i2s, left-justified, right-justified, tdm and dsp a/b format for audio in with a data out u...
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add mediatek mt6660 speaker amp driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c', 'kconfig', 'makefile', 'h']
4
598
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + select snd_soc_mt6660 if i2c +config snd_soc_mt6660 + tristate "mediatek mt6660 speaker amplifier" + depends on i2c + help + mediatek mt6660 is a smart power amplifier which contain + spe...
Audio
f289e55c6eeb4391101a42334e8c69bf8c9fe987
jeff chang
sound
soc
codecs
asoc: intel: add machine driver for da7219_max98373
this patch adds sof_da7219_max98373 machine driver.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add machine driver for da7219_max98373
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'intel']
['c', 'kconfig', 'makefile']
4
399
0
--- diff --git a/sound/soc/intel/boards/kconfig b/sound/soc/intel/boards/kconfig --- a/sound/soc/intel/boards/kconfig +++ b/sound/soc/intel/boards/kconfig +if snd_soc_sof_jasperlake + +config snd_soc_intel_sof_da7219_max98373_mach + tristate "sof with da7219 and max98373 in i2s mode" + depends on i2c && acpi + depends ...
Audio
35dc19ad86fdf6a2af30c10c281e5fe10d45c041
yong zhi
sound
soc
boards, common, intel
asoc: intel: common: add match tables for cnl/cfl/cml w/ soundwire
the two configurations are with the realtek 3-in-1 board requiring all 4 links to be enabled, or basic configuration with the on-board rt700 using link1.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add match tables for cnl/cfl/cml w/ soundwire
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'intel', 'common']
['c']
3
99
0
--- diff --git a/sound/soc/intel/common/soc-acpi-intel-cfl-match.c b/sound/soc/intel/common/soc-acpi-intel-cfl-match.c --- a/sound/soc/intel/common/soc-acpi-intel-cfl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-cfl-match.c +struct snd_soc_acpi_mach snd_soc_acpi_intel_cfl_sdw_machines[] = { + {} +}; +export_symb...
Audio
db0b9efb989f01aa7145d30bcdbfb6b07e238875
rander wang
sound
soc
common, intel
asoc: intel: common: add match tables for icl w/ soundwire
the two configurations are with the realtek 3-in-1 board requiring all 4 links to be enabled, or basic configuration with the on-board rt700 using link0.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add match tables for icl w/ soundwire
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'intel', 'common']
['c']
1
98
0
--- diff --git a/sound/soc/intel/common/soc-acpi-intel-icl-match.c b/sound/soc/intel/common/soc-acpi-intel-icl-match.c --- a/sound/soc/intel/common/soc-acpi-intel-icl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-icl-match.c +static const u64 rt700_0_adr[] = { + 0x000010025d070000 +}; + +static const struct snd_s...
Audio
4313dd3efe5751238f85dd7069bee3a8bbcdbe2f
bard liao
sound
soc
common, intel
asoc: intel: common: add match tables for tgl w/ soundwire
rt711 is in soundwire mode on link0. rt1308 is either on ssp2 or on soundwire link1 (depending on hardware reworks).
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add match tables for tgl w/ soundwire
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'intel', 'common']
['c']
1
49
2
--- diff --git a/sound/soc/intel/common/soc-acpi-intel-tgl-match.c b/sound/soc/intel/common/soc-acpi-intel-tgl-match.c --- a/sound/soc/intel/common/soc-acpi-intel-tgl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-tgl-match.c +static const u64 rt711_0_adr[] = { + 0x000010025d071100 +}; + +static const u64 rt1308_1...
Audio
d985d208bf8f079979f284864a6d08900597ee04
pierre louis bossart
sound
soc
common, intel
asoc: sof: add asynchronous sample rate converter topology support
this patch adds into sof topology the handling of asrc dapm type, adds the tokens to configure the asrc, and implement component ipc into the driver.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add asynchronous sample rate converter topology support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'sof']
['h', 'c']
4
112
1
--- diff --git a/include/sound/sof/topology.h b/include/sound/sof/topology.h --- a/include/sound/sof/topology.h +++ b/include/sound/sof/topology.h + sof_comp_asrc, /**< asynchronous sample rate converter */ +/* generic asrc component */ +struct sof_ipc_comp_asrc { + struct sof_ipc_comp comp; + struct sof_ipc_comp_confi...
Audio
433363e779ecb772c2e9ffea5c9f266115c24441
seppo ingalsuo
include
uapi
sof, sound
asoc: sof: intel: add pci id for jasperlake
mirror id added for legacy hdaudio.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add pci id for jasperlake
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'sof', 'intel']
['c']
1
2
0
--- diff --git a/sound/soc/sof/sof-pci-dev.c b/sound/soc/sof/sof-pci-dev.c --- a/sound/soc/sof/sof-pci-dev.c +++ b/sound/soc/sof/sof-pci-dev.c + { pci_device(0x8086, 0x4dc8), + .driver_data = (unsigned long)&jsl_desc},
Audio
6ba7fc99680b2250deba1a23f34d31fd25125d61
yong zhi
sound
soc
sof
asoc: sof: intel: add module namespace for legacy ipc
the legacy ipc routines are only used by broadwell and baytrail modules, import them as needed and make sure other modules cannot load them.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add module namespace support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'sof', 'intel']
['c']
3
6
4
--- diff --git a/sound/soc/sof/intel/bdw.c b/sound/soc/sof/intel/bdw.c --- a/sound/soc/sof/intel/bdw.c +++ b/sound/soc/sof/intel/bdw.c +module_import_ns(snd_soc_sof_intel_hifi_ep_ipc); diff --git a/sound/soc/sof/intel/byt.c b/sound/soc/sof/intel/byt.c --- a/sound/soc/sof/intel/byt.c +++ b/sound/soc/sof/intel/byt.c +mod...
Audio
f4483a0fda1df3e5b4f25de647b8777d2481f08c
pierre louis bossart
sound
soc
intel, sof
asoc: sof: intel: add namespaces for baytrail and merrifield
define separate namespaces and include them in acpi and pci top-level modules.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add module namespace support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'sof', 'intel']
['c']
3
8
6
--- diff --git a/sound/soc/sof/intel/byt.c b/sound/soc/sof/intel/byt.c --- a/sound/soc/sof/intel/byt.c +++ b/sound/soc/sof/intel/byt.c -export_symbol(sof_tng_ops); +export_symbol_ns(sof_tng_ops, snd_soc_sof_merrifield); -export_symbol(tng_chip_info); +export_symbol_ns(tng_chip_info, snd_soc_sof_merrifield); -export_sym...
Audio
e42b19450866fbd447e459d8935c208e3888705a
pierre louis bossart
sound
soc
intel, sof
asoc: sof: intel: add namespace for broadwell
define namespace and include it in acpi top-level module.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add module namespace support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'sof', 'intel']
['c']
2
3
2
--- diff --git a/sound/soc/sof/intel/bdw.c b/sound/soc/sof/intel/bdw.c --- a/sound/soc/sof/intel/bdw.c +++ b/sound/soc/sof/intel/bdw.c -export_symbol(sof_bdw_ops); +export_symbol_ns(sof_bdw_ops, snd_soc_sof_broadwell); -export_symbol(bdw_chip_info); +export_symbol_ns(bdw_chip_info, snd_soc_sof_broadwell); diff --git a/...
Audio
8caa99bb5d8007fdd206ed6ba2fe4f881b1552c7
pierre louis bossart
sound
soc
intel, sof
asoc: sof: remove references to haswell
there are no known commercial devices using haswell, and there is no support for haswell in sof so remove remaining definitions and structures.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add module namespace support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'sof', 'intel']
['h', 'kconfig', 'c']
3
3
25
--- diff --git a/sound/soc/sof/kconfig b/sound/soc/sof/kconfig --- a/sound/soc/sof/kconfig +++ b/sound/soc/sof/kconfig - to enable intel haswell/broadwell/baytrail/cherrytrail devices + to enable intel broadwell/baytrail/cherrytrail devices diff --git a/sound/soc/sof/intel/shim.h b/sound/soc/sof/intel/shim.h --- a/soun...
Audio
1fa44098b683312b426bd05f1bfc0b5b1fa7860a
pierre louis bossart
sound
soc
intel, sof
asoc: sof: intel: add namespace for hda_common
define namespace and include it in pci top-level module.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add module namespace support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'sof', 'intel']
['c']
3
9
8
--- diff --git a/sound/soc/sof/intel/apl.c b/sound/soc/sof/intel/apl.c --- a/sound/soc/sof/intel/apl.c +++ b/sound/soc/sof/intel/apl.c -export_symbol(sof_apl_ops); +export_symbol_ns(sof_apl_ops, snd_soc_sof_intel_hda_common); -export_symbol(apl_chip_info); +export_symbol_ns(apl_chip_info, snd_soc_sof_intel_hda_common);...
Audio
cf5629e4594c2164aa629d21a749c65ad594de95
pierre louis bossart
sound
soc
intel, sof
asoc: sof: intel: hda: add namespace for hda-codec functionality
define namespaces (one generic and one dedicated for i915) and include them in hdaudio top-level module.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add module namespace support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'sof', 'intel']
['c']
2
9
7
--- diff --git a/sound/soc/sof/intel/hda-codec.c b/sound/soc/sof/intel/hda-codec.c --- a/sound/soc/sof/intel/hda-codec.c +++ b/sound/soc/sof/intel/hda-codec.c -export_symbol(hda_codec_jack_wake_enable); -export_symbol(hda_codec_jack_check); +export_symbol_ns(hda_codec_jack_wake_enable, snd_soc_sof_hda_audio_codec); +ex...
Audio
5bd216c6a6b48d8ed0b3283bf7ba84fc3a566b25
pierre louis bossart
sound
soc
intel, sof
asoc: sof: move arch_ops under ops
the current structures are not well designed. we include xtensa information from the acpi and pci levels, but at the kconfig/module level everything xtensa related is included at the sof/intel level.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add module namespace support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'sof', 'intel']
['h', 'c']
8
15
16
--- diff --git a/include/sound/sof.h b/include/sound/sof.h --- a/include/sound/sof.h +++ b/include/sound/sof.h - const struct sof_arch_ops *arch_ops; diff --git a/sound/soc/sof/intel/apl.c b/sound/soc/sof/intel/apl.c --- a/sound/soc/sof/intel/apl.c +++ b/sound/soc/sof/intel/apl.c + + .arch_ops = &sof_xtensa_arch_ops, d...
Audio
0f501c7cde4086d15c396a95c59631b05dbc0351
pierre louis bossart
include
sound
intel, sof
asoc: sof: intel: add namespace for xtensa
now that xtensa stuff is only referenced in intel stuff, define namespace and import it in intel byt/bdw/hdaudio modules
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add module namespace support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'sof', 'intel']
['c']
4
4
1
--- diff --git a/sound/soc/sof/intel/bdw.c b/sound/soc/sof/intel/bdw.c --- a/sound/soc/sof/intel/bdw.c +++ b/sound/soc/sof/intel/bdw.c +module_import_ns(snd_soc_sof_xtensa); diff --git a/sound/soc/sof/intel/byt.c b/sound/soc/sof/intel/byt.c --- a/sound/soc/sof/intel/byt.c +++ b/sound/soc/sof/intel/byt.c +module_import_...
Audio
068ac0db8637d3c188010ab8b9cc136f98fcd3df
pierre louis bossart
sound
soc
intel, sof, xtensa
asoc: sof: intel: hda: add idisp4 dai
tgl supports more than three idisp dai's. add support for idisp4 cpu dai.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add idisp4 dai
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'sof', 'intel', 'hda']
['c']
1
4
0
--- diff --git a/sound/soc/sof/intel/hda-dai.c b/sound/soc/sof/intel/hda-dai.c --- a/sound/soc/sof/intel/hda-dai.c +++ b/sound/soc/sof/intel/hda-dai.c +{ + .name = "idisp4 pin", + .ops = &hda_link_dai_ops, +},
Audio
e68d6696575e1af3f92125e842f2853708f34589
sathyanarayana nujella
sound
soc
intel, sof
asoc: soc-acpi: add _adr-based link descriptors
for soundwire support, we added a 'link_mask' to describe the pcb hardware layout. this helped form a signature that can be used as a first-order way of detecting the hardware and selecting the machine driver.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for soundwire-based machines
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'soc-acpi']
['h']
1
21
0
--- diff --git a/include/sound/soc-acpi.h b/include/sound/soc-acpi.h --- a/include/sound/soc-acpi.h +++ b/include/sound/soc-acpi.h + * @link_mask: links enabled on the board + * @links: array of link _adr descriptors, null terminated + u32 link_mask; + const struct snd_soc_acpi_link_adr *links; +}; + +/** + * snd_soc_a...
Audio
efb6f3159e874f09992b7318cea12e8e27e8389b
pierre louis bossart
include
sound
asoc: intel: common: soc-acpi: declare new tables for soundwire
we cannot really lump soundwire-based configurations into the same tables since the mechanisms to identify boards is based on link configurations and _adr instead of _hid for i2s, so define new tables
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for soundwire-based machines
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'soc-acpi']
['h']
1
6
0
--- diff --git a/include/sound/soc-acpi-intel-match.h b/include/sound/soc-acpi-intel-match.h --- a/include/sound/soc-acpi-intel-match.h +++ b/include/sound/soc-acpi-intel-match.h +extern struct snd_soc_acpi_mach snd_soc_acpi_intel_cnl_sdw_machines[]; +extern struct snd_soc_acpi_mach snd_soc_acpi_intel_cfl_sdw_machines[...
Audio
cf61a42066eae88b4bb0e5528ec9f5f8e50c5343
pierre louis bossart
include
sound
asoc: sof: intel: reference soundwire machine lists
use static tables to automatically select the relevant configurations.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for soundwire-based machines
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'soc-acpi']
['c']
1
5
0
--- diff --git a/sound/soc/sof/sof-pci-dev.c b/sound/soc/sof/sof-pci-dev.c --- a/sound/soc/sof/sof-pci-dev.c +++ b/sound/soc/sof/sof-pci-dev.c + .alt_machines = snd_soc_acpi_intel_cnl_sdw_machines, + .alt_machines = snd_soc_acpi_intel_cfl_sdw_machines, + .alt_machines = snd_soc_acpi_intel_cml_sdw_machines, + .alt_machi...
Audio
5732c0fc53eb45565c485a886d027c0b1f86d4c5
pierre louis bossart
sound
soc
sof
asoc: amd mmap_interleaved support
acp-i2s device support mmap_interleaved. added support for the same.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
amd mmap_interleaved support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
1
3
1
--- diff --git a/sound/soc/amd/raven/acp3x-pcm-dma.c b/sound/soc/amd/raven/acp3x-pcm-dma.c --- a/sound/soc/amd/raven/acp3x-pcm-dma.c +++ b/sound/soc/amd/raven/acp3x-pcm-dma.c + sndrv_pcm_info_mmap | sndrv_pcm_info_mmap_valid | - sndrv_pcm_info_pause | sndrv_pcm_info_resume, + sndrv_pcm_info_mmap | sndrv_pcm_info_mmap_v...
Audio
3d8cbeda38f1cc51733715f0a02b338b4f75fad0
ravulapati vishnu vardhan rao
sound
soc
amd, raven
asoc: amd: add acp3x tdm mode support
acp3x i2s (cpu dai) can act in normal i2s and tdm modes. added support for tdm mode. desired mode can be selected from asoc machine driver.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add acp3x tdm mode support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'amd']
['c', 'h']
2
23
6
--- diff --git a/sound/soc/amd/raven/acp3x-i2s.c b/sound/soc/amd/raven/acp3x-i2s.c --- a/sound/soc/amd/raven/acp3x-i2s.c +++ b/sound/soc/amd/raven/acp3x-i2s.c - u32 val, reg_val, frmt_val, frm_len; + u32 val, reg_val, frmt_reg, frm_len; - reg_val = mmacp_bttdm_iter; - frmt_val = mmacp_bttdm_txfrmt; + switch (adata->i2s...
Audio
a43ea44ddda94bc6c4dbe257fcbdeecde8cb06f1
ravulapati vishnu vardhan rao
sound
soc
amd, raven
asoc: codecs: add jz4770-codec driver
add jz4770-codec driver to support the internal codec found in the jz4770 soc from ingenic.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add jz4770-codec driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'codecs']
['c', 'kconfig', 'makefile']
3
962
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + select snd_soc_jz4770_codec +config snd_soc_jz4770_codec + depends on mips || compile_test + select regmap + tristate "ingenic jz4770 internal codec" + help + enable support for the inter...
Audio
2159a6810e96c38a469c39df8e109edb7232d3c9
paul cercueil
sound
soc
codecs
asoc: codecs: add wsa881x amplifier support
this patch adds support to wsa8810/wsa8815 class-d smart speaker amplifier. this amplifier is primarily interfaced with soundwire. one wsa is used for mono speaker configuration and second one would give stereo setup.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add wsa881x amplifier support
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'codecs']
['c', 'kconfig', 'makefile']
3
1,197
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + select snd_soc_wsa881x if soundwire +config snd_soc_wsa881x + tristate "wsa881x codec" + depends on soundwire + select regmap_soundwire + tristate + help + this enables support for qualco...
Audio
a0aab9e1404ac9f8a300b4546cac3c38e04d07bf
srinivas kandagatla
sound
soc
codecs
asoc: fsl_asrc: add support for imx8qm & imx8qxp
there are two asrc module in imx8qm & imx8qxp, each module has different clock configuration, and the dma type is edma.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for imx8qm & imx8qxp
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'fsl_asrc']
['c', 'h']
3
194
36
--- diff --git a/sound/soc/fsl/fsl_asrc.c b/sound/soc/fsl/fsl_asrc.c --- a/sound/soc/fsl/fsl_asrc.c +++ b/sound/soc/fsl/fsl_asrc.c -static unsigned char input_clk_map_imx35[] = { +static unsigned char input_clk_map_imx35[asrc_clk_map_len] = { + 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, + 3, 3, 3, 3, 3, 3, 3, 3, 3...
Audio
c05f10f28ef697aae8f1d82012d660af3cfc8cf9
shengjiu wang
sound
soc
fsl
asoc: gtm601: add broadmobi bm818 sound profile
the broadmobi bm818 uses stereo sound at 48khz sample rate
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add broadmobi bm818 sound profile
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'gtm601']
['c']
1
27
3
--- diff --git a/sound/soc/codecs/gtm601.c b/sound/soc/codecs/gtm601.c --- a/sound/soc/codecs/gtm601.c +++ b/sound/soc/codecs/gtm601.c -#include <linux/device.h> +#include <linux/of_device.h> +static struct snd_soc_dai_driver bm818_dai = { + .name = "bm818", + .playback = { + .stream_name = "playback", + .channels_min ...
Audio
057a317a8d94136b76a3cc6f7be53ee2b85dc115
angus ainslie purism
sound
soc
codecs
asoc: intel/skl/hda - export number of digital microphones via control components
it is required for the auto-detection in the user space (for ucm).
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
intel/skl/hda - export number of digital microphones via control components
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ']
['c']
2
10
1
--- diff --git a/sound/soc/intel/boards/skl_hda_dsp_generic.c b/sound/soc/intel/boards/skl_hda_dsp_generic.c --- a/sound/soc/intel/boards/skl_hda_dsp_generic.c +++ b/sound/soc/intel/boards/skl_hda_dsp_generic.c +static char hda_soc_components[30]; + + if (mach->mach_params.dmic_num > 0) { + snprintf(hda_soc_components,...
Audio
8cd9956f61c65022209ce6d1e55ed12aea12357d
jaroslav kysela
sound
soc
boards, intel, sof
asoc: intel: add broadwell rt5650 machine driver
add machine driver for broadwell + rt5650.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add broadwell rt5650 machine driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'intel']
['c', 'kconfig', 'makefile']
4
340
0
--- diff --git a/sound/soc/intel/boards/kconfig b/sound/soc/intel/boards/kconfig --- a/sound/soc/intel/boards/kconfig +++ b/sound/soc/intel/boards/kconfig +config snd_soc_intel_bdw_rt5650_mach + tristate "broadwell with rt5650 codec" + depends on i2c + depends on i2c_designware_platform || compile_test + depends on x86...
Audio
5b425814f13f373cf36d58cf1b418e075d45ad86
ben zhang pierre louis bossart pierre louis bossart linux intel com
sound
soc
boards, common, intel
asoc: intel: sof_rt5682: add support for tgl-max98357a-rt5682
this patch adds the driver data and updates quirk info for tgl with max98357a speaker amp and alc5682 headset codec.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support for tgl-max98357a-rt5682
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'intel', 'sof_rt5682']
['c']
1
20
0
--- diff --git a/sound/soc/intel/boards/sof_rt5682.c b/sound/soc/intel/boards/sof_rt5682.c --- a/sound/soc/intel/boards/sof_rt5682.c +++ b/sound/soc/intel/boards/sof_rt5682.c + if (pdev->id_entry && pdev->id_entry->driver_data) + sof_rt5682_quirk = (unsigned long)pdev->id_entry->driver_data; + +static const struct plat...
Audio
6605f0ca3af3b964635287ec7c9dadc812b78eb0
sathyanarayana nujella
sound
soc
boards, intel
asoc: qcom: sdm845: add support to db845c and lenovo yoga
this patch adds support to lenovo yoga c630 compatible strings and related setup to the sound machine driver.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add support to db845c and lenovo yoga
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'qcom', 'sdm845']
['c']
1
85
1
--- diff --git a/sound/soc/qcom/sdm845.c b/sound/soc/qcom/sdm845.c --- a/sound/soc/qcom/sdm845.c +++ b/sound/soc/qcom/sdm845.c +#define slim_max_tx_ports 16 +#define slim_max_rx_ports 16 +#define wcd934x_default_mclk_rate 9600000 +static int sdm845_slim_snd_hw_params(struct snd_pcm_substream *substream, + struct snd_pc...
Audio
5caf64c633a3564f70e734868254281b25932fc0
srinivas kandagatla pierre louis bossart pierre louis bossart linux intel com
sound
soc
qcom
asoc: rt1015: add rt1015 amplifier driver
this is initial amplifier driver for rt1015.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add rt1015 amplifier driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'rt1015']
['c', 'kconfig', 'txt', 'makefile', 'h']
5
1,393
0
--- diff --git a/documentation/devicetree/bindings/sound/rt1015.txt b/documentation/devicetree/bindings/sound/rt1015.txt --- /dev/null +++ b/documentation/devicetree/bindings/sound/rt1015.txt +rt1015 mono class d audio amplifier + +this device supports i2c only. + +required properties: + +- compatible : "realtek,rt1015...
Audio
df31007400c3905ec15b1065241baf3864decbfa
jack yu
sound
soc
bindings, codecs, sound
asoc: rt1308-sdw: add rt1308 sdw amplifier driver
this is the initial amplifier driver for rt1308-sdw.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add rt1308 sdw amplifier driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'rt1308-sdw']
['c', 'kconfig', 'makefile', 'h']
4
913
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + select snd_soc_rt1308_sdw if soundwire +config snd_soc_rt1308_sdw + tristate "realtek rt1308 codec - sdw" + depends on soundwire + select regmap_soundwire + diff --git a/sound/soc/codecs/...
Audio
a87a6653a28c0d511b3fdf3d62302bed5f325e03
shuming fan pierre louis bossart pierre louis bossart linux intel com
sound
soc
codecs
asoc: rt700: add rt700 codec driver
this is the initial codec driver for rt700.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add rt700 codec driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'rt700']
['c', 'kconfig', 'makefile', 'h']
6
2,310
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + select snd_soc_rt700_sdw if soundwire +config snd_soc_rt700 + tristate + +config snd_soc_rt700_sdw + tristate "realtek rt700 codec - sdw" + depends on soundwire + select snd_soc_rt700 + s...
Audio
7d2a5f9ae41e3d3b50cd32b9fb307fab88064daf
shuming fan pierre louis bossart pierre louis bossart linux intel com
sound
soc
codecs
asoc: rt711: add rt711 codec driver
this is the initial codec driver for rt711.
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add rt711 codec driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'rt711']
['c', 'kconfig', 'makefile', 'h']
6
2,365
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + select snd_soc_rt711_sdw if soundwire +config snd_soc_rt711 + tristate + +config snd_soc_rt711_sdw + tristate "realtek rt711 codec - sdw" + depends on soundwire + select snd_soc_rt711 + s...
Audio
320b8b0d13b81f3697acff5b6ddb47f88a09c118
shuming fan pierre louis bossart pierre louis bossart linux intel com
sound
soc
codecs
asoc: rt715: add rt715 codec driver
signed-off-by: jack yu <jack.yu@realtek.com> link: https://lore.kernel.org/r/20200110021821.17843-1-jack.yu@realtek.com signed-off-by: mark brown <broonie@kernel.org>
this release adds wireguard, an fast and secure vpn design that aims to replace other vpns; initial support for usb 4; support for time namespaces; asynchronous ssd trimming in btrfs; initial merge of the multipath tcp support; support for virtualbox guest shared folders; a simple file system to expose the zones of zon...
add rt715 codec driver
['core (various)', 'file systems', 'memory management', 'block layer', 'tracing, perf and bpf', 'virtualization', 'power management', 'cryptography', 'security', 'networking', 'architectures x86 s390 riscv mips powerpc csky microblaze sparc uml arc']
['graphics', 'power management', 'storage', 'drivers in the staging area', 'networking', 'audio', 'tablets, touch screens, keyboards, mouses', 'tv tuners, webcams, video capturers', 'universal serial bus', 'serial peripheral interface (spi)', 'watchdog', 'serial', 'device voltage and frequency scaling', 'voltage, curre...
['asoc ', 'rt715']
['c', 'kconfig', 'makefile', 'h']
6
2,056
0
--- diff --git a/sound/soc/codecs/kconfig b/sound/soc/codecs/kconfig --- a/sound/soc/codecs/kconfig +++ b/sound/soc/codecs/kconfig + select snd_soc_rt715_sdw if soundwire +config snd_soc_rt715 + tristate + +config snd_soc_rt715_sdw + tristate "realtek rt715 codec - sdw" + depends on soundwire + select snd_soc_rt715 + s...
Audio
d1ede0641b05e43542a6af330f6ca41014a02a5f
jack yu
sound
soc
codecs