summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messagesTakashi Iwai2024-04-191-1/+1
* ALSA: control: Fix unannotated kfree() cleanupTakashi Iwai2024-03-201-2/+2
* ALSA: core: add kunitconfigTakashi Sakamoto2024-03-171-0/+5
* ALSA: timer: Fix missing irq-disable at closingTakashi Iwai2024-03-151-1/+1
* Merge branch 'for-next' into for-linusTakashi Iwai2024-03-1143-2388/+1867
|\
| * 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: 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