summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hwdep: Move put_user() call out of scoped_guard() in snd_hwdep_control_...Nathan Chancellor2024-03-011-4/+3
* ALSA: control_led: Use guard() for lockingTakashi Iwai2024-02-281-85/+65
* ALSA: pcm: oss: Use guard() for setupTakashi Iwai2024-02-281-9/+3
* ALSA: pcm: Use guard() for PCM stream locksTakashi Iwai2024-02-284-218/+179
* ALSA: pcm: Use guard() for lockingTakashi Iwai2024-02-283-109/+59
* ALSA: seq: prioq: Use guard() for lockingTakashi Iwai2024-02-281-33/+26
* ALSA: seq: virmidi: Use guard() for lockingTakashi Iwai2024-02-281-10/+8
* ALSA: seq: ump: Use guard() for lockingTakashi Iwai2024-02-281-8/+5
* ALSA: seq: midi: Use guard() for lockingTakashi Iwai2024-02-282-23/+7
* ALSA: seq: timer: Use guard() for lockingTakashi Iwai2024-02-281-101/+54
* ALSA: seq: queue: Use guard() for lockingTakashi Iwai2024-02-281-50/+28
* ALSA: seq: ports: Use guard() for lockingTakashi Iwai2024-02-281-65/+49
* ALSA: seq: memory: Use guard() for lockingTakashi Iwai2024-02-281-18/+10
* ALSA: seq: fifo: Use guard() for lockingTakashi Iwai2024-02-281-31/+24
* ALSA: core: Use guard() for lockingTakashi Iwai2024-02-283-134/+104
* ALSA: jack: Use guard() for lockingTakashi Iwai2024-02-281-18/+7
* ALSA: rawmidi: Use guard() for lockingTakashi Iwai2024-02-281-160/+93
* ALSA: control: Use guard() for lockingTakashi Iwai2024-02-282-273/+176
* ALSA: mixer_oss: Use guard() for lockingTakashi Iwai2024-02-281-142/+86
* ALSA: info: Use guard() for lockingTakashi Iwai2024-02-282-70/+33
* ALSA: hwdep: Use guard() for lockingTakashi Iwai2024-02-281-49/+40
* ALSA: hrtimer: Use guard() for lockingTakashi Iwai2024-02-281-13/+11
* ALSA: timer: Use guard() for lockingTakashi Iwai2024-02-282-259/+177
* ALSA: compress_offload: Use guard() for lockingTakashi Iwai2024-02-281-65/+33
* ALSA: ump: Use guard() for lockingTakashi Iwai2024-02-281-23/+12
* ALSA: kunit: Fix sparse warningsTakashi Iwai2024-02-281-14/+15
* ALSA: pcm_oss: ump: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-23/+10
* ALSA: mixer_oss: ump: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-41/+18
* ALSA: pcm: Use CLASS() for fdget()/fdput()Takashi Iwai2024-02-231-15/+7
* ALSA: seq: core: Use automatic cleanup of kfree()Takashi Iwai2024-02-232-18/+8
* ALSA: seq: ump: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-21/+12
* ALSA: seq: virmidi: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-15/+7
* ALSA: seq: oss: Use automatic cleanup of kfree()Takashi Iwai2024-02-232-18/+8
* ALSA: vmaster: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-13/+6
* ALSA: timer: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-8/+5
* ALSA: compress_offload: Use automatic cleanup of kfree()Takashi Iwai2024-02-231-23/+13
* ALSA: control: Use automatic cleanup of kfree()Takashi Iwai2024-02-232-58/+34
* ALSA: pcm: Use automatic cleanup of kfree()Takashi Iwai2024-02-233-83/+49
* ALSA: seq: prioq: Unify cell removal functionsTakashi Iwai2024-02-221-113/+84
* Merge branch 'for-linus' into for-nextTakashi Iwai2024-02-212-3/+2
|\
| * ALSA: Drop leftover snd-rtctimer stuff from MakefileTakashi Iwai2024-02-211-1/+0
| * ALSA: ump: Fix the discard error code from snd_ump_legacy_open()Takashi Iwai2024-02-201-2/+2
* | ALSA: core: fix buffer overflow in test_format_fill_silence()Arnd Bergmann2024-02-191-2/+3
* | ALSA: avoid 'bool' as variable nameArnd Bergmann2024-02-162-3/+3
* | ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENTMasahiro Yamada2024-02-151-1/+0
* | ALSA: seq: make snd_seq_bus_type constRicardo B. Marliere2024-02-151-1/+1
* | ALSA: seq: fix function cast warningsTakashi Iwai2024-02-132-2/+15
* | ALSA: core: Fix dependencies for SND_CORE_TESTIvan Orlov2024-02-021-0/+1
* | ALSA: core: Add sound core KUnit testIvan Orlov2024-01-303-0/+328
* | ALSA: pcm: Fix snd_pcm_format_name functionIvan Orlov2024-01-301-2/+4
|/