summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: core: Use *-y instead of *-objs in MakefileTakashi Iwai2024-05-084-18/+18
* Merge branch 'topic/emu10k1-fix' into for-nextTakashi Iwai2024-04-281-1/+1
|\
| * ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messagesTakashi Iwai2024-04-191-1/+1
* | ALSA: kunit: use const qualifier for immutable dataTakashi Sakamoto2024-04-281-4/+4
* | ALSA: kunit: make read-only array buf_samples static constColin Ian King2024-04-261-1/+1
* | ALSA: control: Use list_for_each_entry_safe()Andy Shevchenko2024-04-241-10/+5
* | ALSA: seq: dummy: Allow UMP conversionTakashi Iwai2024-04-191-2/+22
* | ALSA: pcm: add support for 705.6kHz and 768kHz sample ratesPavel Hofman2024-04-181-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