[GIT PULL] sound fixes for 7.0-rc6

From: Takashi Iwai

Date: Fri Mar 27 2026 - 06:31:41 EST


Linus,

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

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

The topmost commit is ed4da361bf943b9041fc63e5cb6af01b3c0de978

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

sound fixes for 7.0-rc6

This became a slightly big PR partly due to my time off in the last
week. But all changes are about device-specific fixes, so it should
be safely applicable.

* ASoC:
- Fix double free in sma1307
- Fix uninitialized variables in simple-card-utils/imx-card
- Address clock leaks and error propagation in ADAU1372
- Add DMI quirks and ACP/SDW support for ASUS
- Fix Intel CATPT DMA mask
- Fix SOF topology parsing
- Fix DT bindings for RK3576 SPDIF, STM32 SAI and WCD934x

* HD-audio:
- Quirks for Lenovo, ASUS, and various HP models, as well as speaker
pop fix on Star Labs StarFighter.
- Revert MSI X870E Tomahawk denylist again.

* USB-Audio:
- Fix distorted audio on Focusrite Scarlett 2i2/2i4 1st Gen
- Add iface reset quirk for AB17X
- Update Qualcomm USB audio Kconfig dependencies and license

* Misc:
- Fix minor compile warnings for firewire and asihpi drivers

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

Alexey Nepomnyashih (1):
ALSA: firewire-lib: fix uninitialized local variable

Andrii Kovalchuk (1):
ALSA: hda/realtek: Add HP ENVY Laptop 13-ba0xxx quirk

Arnd Bergmann (1):
ALSA: asihpi: avoid write overflow check warning

Baojun Xu (1):
ASoC: tas2781: Add null check for calibration data

Cezary Rojewski (1):
ASoC: Intel: catpt: Fix the device initialization

Cássio Gabriel (1):
ASoC: SOF: topology: reject invalid vendor array size in token parser

César Montoya (1):
ALSA: hda/realtek: Add mute LED quirk for HP Pavilion 15-eg0xxx

Daniel Lezcano (1):
ALSA: usb-audio: qcom: Fix the license marking

Frank Zhang (1):
ALSA:usb:qcom: add AUXILIARY_BUS to Kconfig dependencies

Geoffrey D. Bennett (2):
ALSA: usb-audio: Exclude Scarlett 2i2 1st Gen from SKIP_IFACE_SETUP
ALSA: usb-audio: Exclude Scarlett 2i4 1st Gen from SKIP_IFACE_SETUP

Guangshuo Li (1):
ASoC: sma1307: fix double free of devm_kzalloc() memory

Hasun Park (3):
ASoC: amd: acp: add DMI override for ACP70 flag
ASoC: amd: acp: add PX13 SoundWire machine link for rt721+tas2783x2
ASoC: amd: acp: add ASUS HN7306EA quirk for legacy SDW machine

Jihed Chaibi (3):
ASoC: dt-bindings: stm32: Fix incorrect compatible string in stm32h7-sai match
ASoC: adau1372: Fix unchecked clk_prepare_enable() return value
ASoC: adau1372: Fix clock leak on PLL lock failure

Kailang Yang (1):
ALSA: hda/realtek - Fixed Speaker Mute LED for HP EliteBoard G1a platform

Kshamendra Kumar Mishra (1):
ALSA: hda/realtek: add HP Laptop 15-fd0xxx mute LED quirk

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

Mario Limonciello (1):
Revert "ALSA: hda/intel: Add MSI X870E Tomahawk to denylist"

Matthew Schwartz (1):
ALSA: hda/realtek: Add quirk for ASUS ROG Flow Z13-KJP GZ302EAC

Peter Ujfalusi (1):
ASoC: SOF: ipc4-topology: Allow bytes controls without initial payload

Sean Rhodes (1):
ALSA: hda/realtek: Sequence GPIO2 on Star Labs StarFighter

Sebastian Reichel (1):
ASoC: dt-bindings: rockchip: Add compatible for RK3576 SPDIF

Shengjiu Wang (2):
ASoC: simple-card-utils: Check value of is_playback_only and is_capture_only
ASoC: fsl: imx-card: initialize playback_only and capture_only

Shuming Fan (2):
ASoC: SDCA: remove the max count of initialization table
ASoC: SDCA: fix finding wrong entity

Srinivas Kandagatla (1):
ASoC: codecs: wcd934x: fix typo in dt parsing

Vee Satayamas (1):
ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK BM1403CDA

Zhang Heng (3):
ALSA: hda/realtek: add quirk for Lenovo Yoga 7 2-in-1 16AKP10
ALSA: hda/realtek: add quirk for ASUS Strix G16 G615JMR
ASoC: amd: yc: Add DMI quirk for Thin A15 B7VF

---
.../devicetree/bindings/sound/rockchip-spdif.yaml | 1 +
.../devicetree/bindings/sound/st,stm32-sai.yaml | 2 +-
include/sound/sdca_function.h | 5 --
sound/firewire/amdtp-stream.c | 2 +-
sound/hda/codecs/realtek/alc269.c | 66 +++++++++++++++++++---
sound/hda/controllers/intel.c | 1 -
sound/pci/asihpi/hpimsgx.c | 6 +-
sound/soc/amd/acp-config.c | 15 ++++-
sound/soc/amd/acp/acp-sdw-legacy-mach.c | 8 +++
sound/soc/amd/acp/amd-acp70-acpi-match.c | 61 ++++++++++++++++++++
sound/soc/amd/yc/acp6x-mach.c | 14 +++++
sound/soc/codecs/adau1372.c | 34 +++++++----
sound/soc/codecs/sma1307.c | 6 +-
sound/soc/codecs/tas2781-fmwlib.c | 3 +
sound/soc/codecs/wcd934x.c | 2 +-
sound/soc/fsl/imx-card.c | 2 +
sound/soc/generic/simple-card-utils.c | 4 +-
sound/soc/intel/catpt/device.c | 10 +++-
sound/soc/intel/catpt/dsp.c | 3 -
sound/soc/sdca/sdca_functions.c | 14 +++--
sound/soc/sof/ipc4-topology.c | 2 +-
sound/soc/sof/topology.c | 2 +-
sound/usb/Kconfig | 1 +
sound/usb/qcom/qc_audio_offload.c | 2 +-
sound/usb/quirks.c | 4 ++
25 files changed, 226 insertions(+), 44 deletions(-)