summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: scarlett2: Fix Scarlett 4th Gen input gain rangeGeoffrey D. Bennett2024-03-111-3/+5
* ALSA: scarlett2: Fix Scarlett 4th Gen autogain status valuesGeoffrey D. Bennett2024-03-111-28/+34
* ALSA: scarlett2: Fix Scarlett 4th Gen 4i4 low-voltage detectionGeoffrey D. Bennett2024-03-111-8/+7
* ALSA: hda/tas2781: restore power state after system_resumeGergo Koteles2024-03-111-1/+12
* ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspendGergo Koteles2024-03-111-10/+1
* ALSA: hda/tas2781: do not reset cur_* values in runtime_suspendGergo Koteles2024-03-111-7/+0
* ALSA: hda/tas2781: add lock to system_suspendGergo Koteles2024-03-111-0/+4
* ALSA: hda/tas2781: use dev_dbg in system_resumeGergo Koteles2024-03-111-1/+1
* ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptopsAthaariq Ardhiansyah2024-03-111-0/+63
* Merge branch 'for-next' into for-linusTakashi Iwai2024-03-11122-3022/+3158
|\
| * ALSA: hda: cs35l56: Add support for CS35L54 and CS35L57Simon Trimmer2024-03-084-11/+21
| * ASoC: cs35l56: Add support for CS35L54 and CS35L57Simon Trimmer2024-03-083-4/+21
| * ALSA: hda: hda_component: Include sound/hda_codec.hRichard Fitzgerald2024-03-071-0/+1
| * ALSA: hda: hda_component: Add missing #include guardsRichard Fitzgerald2024-03-071-0/+5
| * 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