
The following changes since commit 86731a2a651e58953fc949573895f2fa6d456841:
Linux 6.16-rc3 (2025-06-22 13:30:08 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.16-rc3
for you to fetch changes up to 6c038b58a2dc5a008c7e7a1297f5aaa4deaaaa7e:
ASoC: SOF: Intel: hda: Use devm_kstrdup() to avoid memleak. (2025-06-24 16:39:42 +0100)
---------------------------------------------------------------- ASoC: Fixes for v6.16
A small collection of fixes, the main one being a fix for resume from hibernation on AMD systems, plus a few new quirk entries for AMD systems.
---------------------------------------------------------------- Jack Yu (1): ASoC: rt721-sdca: fix boost gain calculation error
Luca Weiss (1): ASoC: qcom: sm8250: Fix possibly undefined reference
Oliver Schramm (1): ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15
Tamura Dai (1): ASoC: SOF: Intel: hda: Use devm_kstrdup() to avoid memleak.
Vijendar Mukunda (1): ASoC: amd: ps: fix for soundwire failures during hibernation exit sequence
Yuzuru10 (1): ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic
sound/soc/amd/ps/acp63.h | 4 ++++ sound/soc/amd/ps/ps-common.c | 18 ++++++++++++++++++ sound/soc/amd/yc/acp6x-mach.c | 14 ++++++++++++++ sound/soc/codecs/rt721-sdca.c | 23 +++++++++++++++++++---- sound/soc/qcom/Kconfig | 1 + sound/soc/sof/intel/hda.c | 6 +++--- 6 files changed, 59 insertions(+), 7 deletions(-)