summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: ac97: More cleanup with snd_ctl_find_id_mixer()Takashi Iwai2024-03-041-5/+2
* ALSA: hda: Reuse for_each_pcm_streams()Cezary Rojewski2024-03-041-1/+1
* ASoC: codecs: hda: Cleanup error messagesCezary Rojewski2024-03-041-5/+5
* ASoC: Intel: avs: Ignore codecs with no suppoting driverCezary Rojewski2024-03-041-4/+5
* ASoC: codecs: hda: Skip HDMI/DP registration if i915 is missingCezary Rojewski2024-03-041-0/+5
* ALSA: hda: Skip i915 initialization on CNL/LKF-based platformsCezary Rojewski2024-03-041-3/+29
* ALSA: usb-audio: Name feature ctl using output if input is PCMKenny Levinsen2024-03-041-14/+35
* 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
* ALSA: hda: beep: Drop stale mutexTakashi Iwai2024-02-222-2/+0
* ALSA: echoaudio: remove redundant assignment to variable clockColin Ian King2024-02-221-1/+0
* Merge branch 'for-linus' into for-nextTakashi Iwai2024-02-214-4/+7
|\
| * ALSA: hda/realtek: fix mute/micmute LED For HP mt440Eniac Zhang2024-02-211-0/+2