[GIT PULL] sound fixes for 7.0-rc3
From: Takashi Iwai
Date: Fri Mar 06 2026 - 11:28:46 EST
Linus,
please pull sound fixes for v7.0-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-7.0-rc3
The topmost commit is 8457669db968c98edb781892d73fa559e1efcbd4
----------------------------------------------------------------
sound fixes for 7.0-rc3
Again a collection of device-specific fixes. Most of changes are
fairly small device-specific quirks of fixes for HD- and USB-audio,
ASoC Intel, AMD, fsl, Cirrus and co. The only large LOC is for
plumbing ASoC ACP driver to add the Cirrus Logic codec support, so
this one is also just adding some tables.
----------------------------------------------------------------
Biju Das (1):
ASoC: dt-bindings: renesas,rz-ssi: Document RZ/G3L SoC
Charles Keepax (1):
ASoC: SDCA: Add allocation failure check for Entity name
Johan Hovold (1):
ALSA: us122l: drop redundant interface references
Lianqin Hu (1):
ALSA: usb-audio: Add iface reset and delay quirk for AB13X USB Audio
Mark Brown (2):
ASoC: fsl_easrc: Fix event generation in fsl_easrc_iec958_put_bits()
ASoC: fsl_easrc: Fix event generation in fsl_easrc_iec958_set_reg()
Matt DeVillier (1):
ALSA: hda/ca0132: Set HP/Speaker auto-detect default from headphone pin verb
Oliver Freyermuth (1):
ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCD SKU
Richard Fitzgerald (2):
ASoC: cs35l56: Only patch ASP registers if the DAI is part of a DAIlink
ASoC: cs35l56: Suppress pointless warning about number of GPIO pulls
Rong Zhang (1):
ALSA: doc: usb-audio: Add doc for QUIRK_FLAG_SKIP_IFACE_SETUP
Sheetal (2):
ALSA: hda/hdmi: Add Tegra238 HDA codec device ID
ASoC: dt-bindings: tegra: Add compatible for Tegra238 sound card
Shenghao Ding (1):
ALSA: hda/tas2781: A workaround solution to lower-vol issue among lower calibrated-impedance micro-speaker on TAS2781
Shuming Fan (1):
ASoC: rt1321: fix DMIC ch2/3 mask issue
Simon Trimmer (1):
ASoC: amd: acp: Add ACP6.3 match entries for Cirrus Logic parts
Takashi Iwai (1):
ALSA: firewire: dice: Fix printf warning with W=1
Zhang Heng (2):
ALSA: hda/realtek: Add quirk for HP Pavilion 15-eh1xxx to enable mute LED
ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK PM1503CDA
wangdicheng (2):
ALSA: hda/senary: Use codec->core.afg for GPIO access
ALSA: hda/senary: Ensure EAPD is enabled during init
---
.../sound/nvidia,tegra-audio-graph-card.yaml | 1 +
.../devicetree/bindings/sound/renesas,rz-ssi.yaml | 1 +
Documentation/sound/alsa-configuration.rst | 4 +
include/sound/cs35l56.h | 1 +
include/sound/tas2781.h | 1 +
sound/firewire/dice/dice.c | 2 +-
sound/hda/codecs/ca0132.c | 9 +
sound/hda/codecs/hdmi/tegrahdmi.c | 1 +
sound/hda/codecs/realtek/alc269.c | 1 +
sound/hda/codecs/senarytech.c | 14 +-
sound/hda/codecs/side-codecs/tas2781_hda_i2c.c | 15 +-
sound/soc/amd/acp/amd-acp63-acpi-match.c | 413 +++++++++++++++++++++
sound/soc/amd/yc/acp6x-mach.c | 7 +
sound/soc/codecs/cs35l56-shared.c | 16 +-
sound/soc/codecs/cs35l56.c | 12 +-
sound/soc/codecs/rt1320-sdw.c | 5 +-
sound/soc/codecs/tas2781-fmwlib.c | 94 +++++
sound/soc/fsl/fsl_easrc.c | 14 +-
sound/soc/intel/boards/sof_sdw.c | 8 +
sound/soc/sdca/sdca_functions.c | 5 +-
sound/usb/quirks.c | 2 +
sound/usb/usx2y/us122l.c | 12 +-
22 files changed, 599 insertions(+), 39 deletions(-)