[GIT PULL] sound fixes for 6.17-rc1

From: Takashi Iwai
Date: Fri Aug 08 2025 - 06:40:29 EST


Linus,

please pull sound fixes for v6.17-rc1 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-fix-6.17-rc1

The topmost commit is e8e4f3c242cc26de9d69bd8b3a678d1e50980abe

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

sound fixes for 6.17-rc1

A few more small fixes for 6.17-rc1.

- Support for ASoC AMD ACP 7.2 with new IDs
- ASoC Intel AVS and SOF fixes
- Yet more kconfig adjustments for HD-audio codecs
- TAS2781 codec fixes
- Fixes for longstanding (rather minor) bugs in Intel LPE audio
and USB-audio drivers

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

Arnd Bergmann (1):
ASoC: SOF: Intel: hda-sdw-bpt: fix SND_SOF_SOF_HDA_SDW_BPT dependencies

Baojun Xu (1):
ASoC: tas2781: Fix the wrong step for TLV on tas2781

Cezary Rojewski (1):
ASoC: Intel: avs: Fix uninitialized pointer error in probe()

Muhammad Usama Anjum (1):
ASoC: SOF: amd: acp-loader: Use GFP_KERNEL for DMA allocations in resume context

Peter Jakubek (1):
ASoC: Intel: sof_sdw: Add quirk for Alienware Area 51 (2025) 0CCC SKU

Sean Anderson (1):
ALSA: usb-audio: Don't use printk_ratelimit for debug prints

Shenghao Ding (1):
ALSA: hda/tas2781: Support L"SmartAmpCalibrationData" to save calibrated data

Shengjiu Wang (1):
ASoC: wm8962: Clear master mode when enter runtime suspend

Takashi Iwai (4):
ALSA: hda/ca0132: Fix missing error handling in ca0132_alt_select_out()
ALSA: hda/realtek: Restrict prompt only for CONFIG_EXPERT
ALSA: hda/hdmi: Restrict prompt only for CONFIG_EXPERT
ALSA: hda/cirrus: Restrict prompt only for CONFIG_EXPERT

Thomas Croft (1):
ALSA: hda/realtek: add LG gram 16Z90R-A to alc269 fixup table

Thorsten Blum (1):
ALSA: intel_hdmi: Fix off-by-one error in __hdmi_lpe_audio_probe()

Venkata Prasad Potturu (4):
ASoC: SOF: amd: Add sof audio support for acp7.2 platform
ASoC: amd: ps: Add SoundWire pci and dma driver support for acp7.2 platform
ASoC: amd: acp: Add SoundWire legacy machine driver support for acp7.2 platform
ASoC: amd: acp: Add SoundWire SOF machine driver support for acp7.2 platform

---
include/sound/tas2781-tlv.h | 2 +-
sound/hda/codecs/ca0132.c | 5 +++-
sound/hda/codecs/cirrus/Kconfig | 20 ++++++++-----
sound/hda/codecs/hdmi/Kconfig | 20 ++++++++-----
sound/hda/codecs/realtek/Kconfig | 28 ++++++++++--------
sound/hda/codecs/realtek/alc269.c | 1 +
sound/hda/codecs/side-codecs/tas2781_hda.c | 47 ++++++++++++++++++++----------
sound/hda/codecs/side-codecs/tas2781_hda.h | 2 +-
sound/soc/amd/acp/acp-sdw-legacy-mach.c | 3 ++
sound/soc/amd/acp/acp-sdw-sof-mach.c | 1 +
sound/soc/amd/acp/soc_amd_sdw_common.h | 2 ++
sound/soc/amd/ps/acp63.h | 1 +
sound/soc/amd/ps/pci-ps.c | 4 +++
sound/soc/amd/ps/ps-sdw-dma.c | 5 ++++
sound/soc/codecs/wm8962.c | 11 +++++++
sound/soc/intel/avs/core.c | 3 +-
sound/soc/intel/boards/sof_sdw.c | 8 +++++
sound/soc/sof/amd/acp-loader.c | 6 ++--
sound/soc/sof/amd/acp.c | 8 +++++
sound/soc/sof/amd/acp.h | 1 +
sound/soc/sof/amd/pci-acp70.c | 1 +
sound/soc/sof/intel/Kconfig | 3 +-
sound/usb/pcm.c | 9 +++---
sound/x86/intel_hdmi_audio.c | 2 +-
24 files changed, 137 insertions(+), 56 deletions(-)