[GIT PULL] sound fixes for 7.0-rc4

From: Takashi Iwai

Date: Fri Mar 13 2026 - 11:01:18 EST


Linus,

please pull sound fixes for v7.0-rc4 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.0-rc4

The topmost commit is 9250673cf23572b08c51bcdbb2919e9982bfc36b

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

sound fixes for 7.0-rc4

There have been continuous flux but most of them are device-specific
small fixes, while we see a few core fixes at this time (minor PCM fix
for linked streams and a few ASoC core fixes for delayed work, etc).

Core:
- PCM: Fix use-after-free in linked stream drain

* ASoC:
- core: Fixes for delayed works, empty DMI string handling and DT overlay
- qcom: qdsp6: Fix ADSP stop/start crash via component removal ordering
- tegra: Add support for Tegra238 audio graph card
- amd: Fix missing error checks for clock acquisition
- rt1011: Fix incorrect DAPM context retrieval helper

HD-audio:
- Add quirk for Gigabyte H610M, ASUS UM6702RC, HP 14s-dr5xxx, and
ThinkPad X390

USB-audio:
- Scarlett2: Fix NULL dereference for malformed endpoint descriptors
- Add quirk for SPACETOUCH

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

Casey Connolly (1):
ASoC: detect empty DMI strings

Chen Ni (2):
ASoC: amd: acp3x-rt5682-max9836: Add missing error check for clock acquisition
ASoC: amd: acp-mach-common: Add missing error check for clock acquisition

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

Liucheng Lu (1):
ALSA: hda/realtek: add HP Laptop 14s-dr5xxx mute LED quirk

Mehul Rao (1):
ALSA: pcm: fix use-after-free on linked stream runtime in snd_pcm_drain()

Peter Ujfalusi (1):
ASoC: codecs: rt1011: Use component to get the dapm context in spk_mode_put

Ravi Hothi (1):
ASoC: qcom: qdsp6: Fix q6apm remove ordering during ADSP stop and start

Richard Fitzgerald (1):
firmware: cs_dsp: Fix fragmentation regression in firmware download

Sen Wang (1):
ASoC: simple-card-utils: fix graph_util_is_ports0() for DT overlays

Sheetal (1):
ASoC: tegra: Add support for Tegra238 soundcard

Takashi Iwai (1):
ALSA: usb-audio: Check endpoint numbers at parsing Scarlett2 mixer interfaces

Uzair Mughal (1):
ALSA: hda/realtek: Add headset jack quirk for Thinkpad X390

Zhang Heng (2):
ALSA: hda/realtek: Add quirk for Gigabyte Technology to fix headphone
ALSA: hda/realtek: add quirk for ASUS UM6702RC

matteo.cotifava (2):
ASoC: soc-core: drop delayed_work_pending() check before flush
ASoC: soc-core: flush delayed work before removing DAIs and widgets

---
drivers/firmware/cirrus/cs_dsp.c | 24 ++++++++++++++++++------
sound/core/pcm_native.c | 19 ++++++++++++++++---
sound/hda/codecs/realtek/alc269.c | 3 +++
sound/hda/codecs/realtek/alc662.c | 9 +++++++++
sound/soc/amd/acp/acp-mach-common.c | 18 ++++++++++++++----
sound/soc/amd/acp3x-rt5682-max9836.c | 9 +++++++--
sound/soc/codecs/rt1011.c | 2 +-
sound/soc/generic/simple-card-utils.c | 12 ++++++++----
sound/soc/qcom/qdsp6/q6apm-dai.c | 1 +
sound/soc/qcom/qdsp6/q6apm-lpass-dais.c | 1 +
sound/soc/qcom/qdsp6/q6apm.c | 1 +
sound/soc/soc-core.c | 11 ++++++++---
sound/soc/tegra/tegra_audio_graph_card.c | 11 +++++++++++
sound/usb/mixer_scarlett2.c | 2 ++
sound/usb/quirks.c | 2 ++
15 files changed, 102 insertions(+), 23 deletions(-)