[GIT PULL] sound fixes for 7.0-rc7
From: Takashi Iwai
Date: Thu Apr 02 2026 - 09:14:45 EST
Linus,
please pull sound fixes for v7.0-rc7 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.0-rc7
The topmost commit is b477ab8893c3e6b4be3074358db830687de7bfff
----------------------------------------------------------------
sound fixes for 7.0-rc7
people have been so busy for hunting and we're still getting a
more amount of changes than wished, but it doesn't look too scaring;
almost all changes are device-specific small fixes.
I guess it's rather a casual bump, and no more Easter eggs are left
for 7.0 (hopefully)...
- Fixes for the recent regression on ctxfi driver
- Fix missing INIT_LIST_HEAD() for ASoC card_aux_list
- Usual HD- and USB-audio, and ASoC AMD quirk updates
- ASoC fixes for AMD and Intel
----------------------------------------------------------------
Alexander Savenko (1):
ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14IMH9
Berk Cem Goksel (1):
ALSA: caiaq: fix stack out-of-bounds read in init_card
Dag Smedberg (1):
ALSA: usb-audio: Exclude Scarlett Solo 1st Gen from SKIP_IFACE_SETUP
Dustin L. Howett (1):
ALSA: hda/realtek: add quirk for Framework F111:000F
Geoffrey D. Bennett (1):
ALSA: usb-audio: Exclude Scarlett 2i2 1st Gen (8016) from SKIP_IFACE_SETUP
Gilson Marquato Júnior (1):
ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
Jihed Chaibi (1):
ASoC: ep93xx: Fix unchecked clk_prepare_enable() and add rollback on failure
Julian Braha (1):
ASoC: Intel: boards: fix unmet dependency on PINCTRL
Kuninori Morimoto (1):
ASoC: soc-core: call missing INIT_LIST_HEAD() for card_aux_list
Phil Willoughby (1):
ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex
Sachin Mokashi (1):
ASoC: Intel: ehl_rt5660: Use the correct rtd->dev device in hw_params
Simon Trimmer (1):
ASoC: amd: ps: Fix missing leading zeros in subsystem_device SSID log
Sourav Nayak (1):
ALSA: hda/realtek: add quirk for HP Victus 15-fb0xxx
Stuart Hayhurst (1):
ALSA: hda/intel: Add MSI X870E Tomahawk to denylist by DMI ID
Takashi Iwai (4):
ALSA: ctxfi: Fix missing SPDIFI1 index handling
ALSA: ctxfi: Check the error for index mapping
ALSA: hda/realtek: Add quirk for Samsung Book2 Pro 360 (NP950QED)
ALSA: ctxfi: Don't enumerate SPDIF1 at DAIO initialization
Zhang Heng (5):
ALSA: hda/realtek: change quirk for HP OmniBook 7 Laptop 16-bh0xxx
ALSA: hda/realtek: Add quirk for ASUS ROG Strix SCAR 15
ASoC: amd: yc: Add DMI quirk for ASUS Vivobook Pro 16X OLED M7601RM
ALSA: hda/realtek: add quirk for HP Laptop 15-fc0xxx
ALSA: hda/realtek: add quirk for Acer Swift SFG14-73
songxiebing (1):
ALSA: hda/realtek: Add quirk for Lenovo Yoga Slim 7 14AKP10
---
sound/hda/codecs/realtek/alc269.c | 28 ++++++++++++-
sound/hda/controllers/intel.c | 13 ++++++
sound/pci/ctxfi/ctatc.c | 10 +++--
sound/pci/ctxfi/ctdaio.c | 82 +++++++++++++++++++++++--------------
sound/soc/amd/ps/pci-ps.c | 2 +-
sound/soc/amd/yc/acp6x-mach.c | 14 +++++++
sound/soc/cirrus/ep93xx-i2s.c | 34 ++++++++++-----
sound/soc/intel/boards/Kconfig | 2 -
sound/soc/intel/boards/ehl_rt5660.c | 2 +-
sound/soc/soc-core.c | 1 +
sound/usb/caiaq/device.c | 2 +-
sound/usb/quirks.c | 4 ++
12 files changed, 144 insertions(+), 50 deletions(-)