[GIT PULL] sound fixes for 6.14-rc7
From: Takashi Iwai
Date: Fri Mar 14 2025 - 05:57:33 EST
Linus,
please pull sound fixes for v6.14-rc7 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git tags/sound-6.14-rc7
The topmost commit is de69d56daac6d9b98fa384184078751db1288144
----------------------------------------------------------------
sound fixes for 6.14-rc7
A collection of last-minute fixes. Most of them are for ASoC, and
the only one core fix is for reverting the previous change, while
the rest are all device-specific quirks and fixes, which should be
relatively safe to apply.
----------------------------------------------------------------
Alexey Klimov (1):
ASoC: codecs: wsa884x: report temps to hwmon in millidegree of Celsius
Arnd Bergmann (1):
ASoC: cs42l43: convert to SYSTEM_SLEEP_PM_OPS
Bard Liao (2):
ASoC: rt1320: set wake_capable = 0 explicitly
ASoC: rt722-sdca: add missing readable registers
Charles Keepax (2):
ASoC: ops: Consistently treat platform_max as control value
ASoC: cs42l43: Fix maximum ADC Volume
Christophe JAILLET (1):
ASoC: codecs: wm0010: Fix error handling path in wm0010_spi_probe()
Maciej Strozek (1):
ASoC: cs42l43: Add jack delay debounce after suspend
Navon John Lukose (1):
ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360 14-dy1xxx
Peter Ujfalusi (1):
ASoC: Intel: sof_sdw: Fix unlikely uninitialized variable use in create_sdw_dailinks()
Thomas Mizrahi (1):
ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 model
Thorsten Blum (1):
ASoC: tegra: Fix ADX S24_LE audio format
---
include/sound/soc.h | 5 ++++-
sound/pci/hda/patch_realtek.c | 21 +++++++++++++++++++++
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
sound/soc/codecs/cs42l43-jack.c | 13 ++++++++++---
sound/soc/codecs/cs42l43.c | 17 +++++++++++++++--
sound/soc/codecs/cs42l43.h | 3 +++
sound/soc/codecs/rt1320-sdw.c | 3 +++
sound/soc/codecs/rt722-sdca-sdw.c | 4 ++++
sound/soc/codecs/wm0010.c | 13 +++++++++++--
sound/soc/codecs/wsa884x.c | 4 ++--
sound/soc/intel/boards/sof_sdw.c | 2 +-
sound/soc/soc-ops.c | 15 +++++++--------
sound/soc/tegra/tegra210_adx.c | 4 ++--
13 files changed, 90 insertions(+), 21 deletions(-)