[GIT PULL] ASoC fixes for v7.2-rc2

Mark Brown <[email protected]> Fri, 10 Jul 2026 11:45:07 +0100
Newsgroups org.alsa-project.alsa-devel,org.kernel.vger.linux-sound
Message-ID <[email protected]>
The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda:

  Linux 7.2-rc2 (2026-07-05 14:44:06 -1000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.2-rc2

for you to fetch changes up to 3238c634725afbb2a137fdda762208510828f71d:

  ASoC: tas2562: fix deprecated 'shut-down' GPIO always cleared after lookup (2026-07-09 00:33:20 +0100)

----------------------------------------------------------------
ASoC: Fixes for v7.2

A fairly standard set of device specific fixes and quriks for new
devices, nothing too remarkable here.

----------------------------------------------------------------
Baojun Xu (1):
      ASoC: amd: acp: amd-acp70-acpi-match: Add tas2783 support

Charles Keepax (1):
      ASoC: cs42l43: Correct report for forced microphone jack

Christian Hewitt (1):
      ASoC: meson: aiu: fifo-spdif: soft reset the S/PDIF datapath on start/stop

Maciej Strozek (1):
      ASoC: sof_sdw: Add a quirk for 0x17aa383c laptop using sidecar amps with cs42l43

Mark Brown (2):
      Vijendar Mukunda <[email protected]> says:
      ASoC: qcom: Add Eliza audio support

Ravi Hothi (3):
      ASoC: dt-bindings: qcom: Add Eliza LPASS macro codecs
      ASoC: dt-bindings: qcom,sm8250: Add Eliza sound card
      ASoC: qcom: sc8280xp: Add support for Eliza

Syed Saba Kareem (1):
      ASoC: amd: acp: Fix linker error with SDCA quirks

Tianze Shao (1):
      ASoC: rt712-sdca: reset codec at io_init to fix silent headphone

Uday Khare (1):
      ASoC: tas2562: fix deprecated 'shut-down' GPIO always cleared after lookup

Vijendar Mukunda (3):
      ASoC: amd: ps: disable MSI on resume in ACP PCI driver
      ASoC: amd: ps: fix wrong ACP version string in pci_request_regions()
      ASoC: amd: ps: replace bitwise OR with logical OR in IRQ return check

 .../bindings/sound/qcom,lpass-rx-macro.yaml        |  1 +
 .../bindings/sound/qcom,lpass-tx-macro.yaml        |  1 +
 .../bindings/sound/qcom,lpass-va-macro.yaml        |  1 +
 .../bindings/sound/qcom,lpass-wsa-macro.yaml       |  1 +
 .../devicetree/bindings/sound/qcom,sm8250.yaml     |  1 +
 sound/soc/amd/acp/Kconfig                          | 10 +++--
 sound/soc/amd/acp/Makefile                         |  3 +-
 sound/soc/amd/acp/amd-acp70-acpi-match.c           | 47 +++++++++++++++++++++-
 sound/soc/amd/acp/soc-acpi-amd-sdca-quirks.c       |  4 --
 sound/soc/amd/ps/pci-ps.c                          | 33 ++++++++++++++-
 sound/soc/codecs/cs42l43-jack.c                    |  3 +-
 sound/soc/codecs/rt712-sdca.c                      | 11 +++++
 sound/soc/codecs/tas2562.c                         |  5 ++-
 sound/soc/intel/boards/sof_sdw.c                   |  1 +
 sound/soc/meson/aiu-fifo-spdif.c                   |  5 +++
 sound/soc/qcom/sc8280xp.c                          |  1 +
 16 files changed, 113 insertions(+), 15 deletions(-)