[GIT PULL] ASoC fixes for v7.2-rc1
Mark Brown <[email protected]> Sun, 05 Jul 2026 12:52:19 +0100
| Newsgroups | org.alsa-project.alsa-devel,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.2-rc1
for you to fetch changes up to 83245e7a436c04e511378af14dd81fd188b41541:
ASoC: rsnd: src: Add missing scu_supply clock to suspend/resume (2026-07-02 18:56:38 +0100)
----------------------------------------------------------------
ASoC: Fixes for v7.2
A fairly standard set of driver specific fixes and quirks that have come
in since the merge window, plus a MAINTAINERS update. The tas675x
READ_ONCE change is probably not actually fixing issues properly but we
need a whole new approach to concurrency there and it came along with
some good fixes.
----------------------------------------------------------------
Jetha Chan (1):
ASoC: amd: yc: Add Alienware m15 R7 AMD to DMIC quirk table
John Madieu (2):
ASoC: rsnd: adg: make rsnd_adg_clk_control() idempotent
ASoC: rsnd: src: Add missing scu_supply clock to suspend/resume
Luca Weiss (1):
ASoC: codecs: lpass-va-macro: Fix LPASS Codec Version for SC7280
Mark Brown (1):
ASoC: codecs: tas675x: misc bugfixes and minor changes
Sen Wang (3):
ASoC: codecs: tas675x: use READ_ONCE for params to be used concurrently
ASoC: codecs: tas675x: Fix CHx temperature range register bit fields
Documentation: sound: tas675x: Fix temperature range and impedance documentation
Vijendar Mukunda (1):
MAINTAINERS: ASoC: SOF: add AMD reviewer for Sound Open Firmware
Yousef Alhouseen (1):
ASoC: SOF: validate probe info element counts
Documentation/sound/codecs/tas675x.rst | 11 ++++++-----
MAINTAINERS | 1 +
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
sound/soc/codecs/lpass-va-macro.c | 7 ++++++-
sound/soc/codecs/tas675x.c | 14 +++++++-------
sound/soc/renesas/rcar/adg.c | 29 ++++++++++++++++++++++++++++-
sound/soc/renesas/rcar/src.c | 2 ++
sound/soc/sof/sof-client-probes-ipc3.c | 23 +++++++++++++++++++----
sound/soc/sof/sof-client-probes-ipc4.c | 11 ++++++++++-
9 files changed, 86 insertions(+), 19 deletions(-)