[GIT PULL] sound fixes for 6.16-rc4

From: Takashi Iwai
Date: Fri Jun 27 2025 - 04:08:05 EST


Linus,

please pull sound fixes for v6.16-rc4 from:

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

The topmost commit is 7ab6847a03229e73bb7c58ca397630f699e79b53

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

sound fixes for 6.16-rc4

A collection of small fixes again:
- A regression fix for hibernation bug in ASoC SoundWire
- Fixes for the new Qualcomm USB offload stuff
- A potential OOB access fix in USB-audio
- A potential memleadk fix in ASoC Intel
- Quirks for HD-audio and ASoC AMD ACP

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

Chris Chiu (1):
ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 6 G1a

Harshit Mogalapalli (1):
ALSA: qc_audio_offload: Fix missing error code in prepare_qmi_response()

Jack Yu (1):
ASoC: rt721-sdca: fix boost gain calculation error

Luca Weiss (1):
ASoC: qcom: sm8250: Fix possibly undefined reference

Oliver Schramm (1):
ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15

Pei Xiao (1):
ALSA: usb: qcom: fix NULL pointer dereference in qmi_stop_session

Salvatore Bonaccorso (1):
ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X507UAR

Takashi Iwai (1):
ALSA: hda/realtek: Add mic-mute LED setup for ASUS UM5606

Tamura Dai (1):
ASoC: SOF: Intel: hda: Use devm_kstrdup() to avoid memleak.

Tim Crawford (1):
ALSA: hda/realtek: Add quirks for some Clevo laptops

Vijendar Mukunda (1):
ASoC: amd: ps: fix for soundwire failures during hibernation exit sequence

Yasmin Fitzgerald (1):
ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop 15-eg100

Youngjun Lee (1):
ALSA: usb-audio: Fix out-of-bounds read in snd_usb_get_audioformat_uac3()

Yuzuru10 (1):
ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic

---
sound/pci/hda/patch_realtek.c | 10 ++++++++++
sound/soc/amd/ps/acp63.h | 4 ++++
sound/soc/amd/ps/ps-common.c | 18 ++++++++++++++++++
sound/soc/amd/yc/acp6x-mach.c | 14 ++++++++++++++
sound/soc/codecs/rt721-sdca.c | 23 +++++++++++++++++++----
sound/soc/qcom/Kconfig | 1 +
sound/soc/sof/intel/hda.c | 6 +++---
sound/usb/qcom/qc_audio_offload.c | 16 ++++++++--------
sound/usb/stream.c | 2 ++
9 files changed, 79 insertions(+), 15 deletions(-)