[GIT PULL] sound fixes for 7.1-rc6

From: Takashi Iwai

Date: Fri May 29 2026 - 06:26:57 EST


Linus,

please pull sound fixes for v7.1-rc6 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.1-rc6

The topmost commit is 2c142b63c8ee982cdfdba49a616027c266294838

----------------------------------------------------------------

sound fixes for 7.1-rc6

A collection of recent small fixes and quirks.
We still see a bit more changes than wished, but most of them are
device-specific ones that are pretty safe to apply, while a core fix
is a typical UAF fix for PCM core that was recently caught by fuzzer;
so overall nothing looks really worrisome.

* Core:
- Fix a UAF in PCM OSS proc interface

* HD-audio:
- Fix memory leaks in CS35L56 driver
- Various device-specific quirks for Realtek and CS420x codecs

* USB-audio:
- Quirk for TAE1160 USB Audio
- Fix for Scarlett2 Gen4 direct monitor gain

* ASoC:
- Fixes for QCom q6asm-dai, Intel bytcht_es8316, and simple-mux codec

* FireWire:
- Fix for Motu DSP event queue protection

----------------------------------------------------------------

Cássio Gabriel (5):
ALSA: firewire-motu: Protect register DSP event queue positions
ALSA: hda: cs35l56: Fix system name string leaks
ALSA: pcm: oss: Fix setup list UAF on proc write error
ASoC: Intel: bytcht_es8316: Fix MCLK leak on init errors
ASoC: codecs: simple-mux: Fix enum control bounds check

Edson Juliano Drosdeck (1):
ALSA: hda/realtek: Limit mic boost on Positivo DN140

Fabian Lippold (1):
ALSA: hda/realtek: add quirk for HP Dragonfly Folio G3 2-in-1

Geoffrey D. Bennett (1):
ALSA: scarlett2: Fix 2i2 Gen 4 direct monitor gain on firmware 2417

Jakub Pisarczyk (1):
ALSA: hda/cs420x: Add CS4208 fixup for iMac16,1

Kris Kater (1):
ALSA: hda/realtek: Add HDA_CODEC_QUIRK for Lenovo Yoga Slim 7 14AGP11

Lianqin Hu (1):
ALSA: usb-audio: Add iface reset and delay quirk for TAE1160 USB Audio

Srinivas Kandagatla (5):
ASoC: qcom: q6asm-dai: do not set stream state in event and trigger callbacks
ASoC: qcom: q6asm-dai: close stream only when running
ASoC: qcom: q6asm-dai: fix error handling in prepare and set_params
ASoC: qcom: q6asm-dai: remove unnecessary braces
ASoC: qcom: q6asm-dai: use pointer type with kzalloc_obj()

Zhang Heng (2):
ALSA: hda/realtek: Fix incorrect comment for ALC299_FIXUP_PREDATOR_SPK
ALSA: hda/realtek: Fix speaker output on ASUS ROG Strix G615LP

---
sound/core/oss/pcm_oss.c | 18 ++++----
.../motu/motu-register-dsp-message-parser.c | 11 +++--
sound/hda/codecs/cirrus/cs420x.c | 1 +
sound/hda/codecs/realtek/alc269.c | 6 ++-
sound/hda/codecs/side-codecs/cs35l56_hda.c | 17 ++++----
sound/soc/codecs/simple-mux.c | 2 +-
sound/soc/intel/boards/bytcht_es8316.c | 29 ++++++++++++-
sound/soc/qcom/qdsp6/q6asm-dai.c | 48 +++++++++++-----------
sound/usb/mixer_scarlett2.c | 33 +++++++++++++--
sound/usb/quirks.c | 2 +
10 files changed, 117 insertions(+), 50 deletions(-)