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

Mark Brown <[email protected]> Thu, 16 Jul 2026 17:41:39 +0100
Newsgroups org.alsa-project.alsa-devel,org.kernel.vger.linux-sound
Message-ID <[email protected]>
The following changes since commit 3238c634725afbb2a137fdda762208510828f71d:

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

are available in the Git repository at:

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

for you to fetch changes up to efd80de2de9d06ddf0eee55ca11b04e39bfc7cd8:

  ASoC: Intel: sof_sdw: Add quirks for new Dell laptops (2026-07-16 17:18:08 +0100)

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

A fairly standard collection of device specific fixes and quirks,
nothing particularly remarkable.

----------------------------------------------------------------
Antonio Ignacio Campos Ruiz (1):
      ASoC: amd: yc: Add DMI quirk for MSI Vector A16 HX A8WIG

Chancel Liu (2):
      ASoC: fsl_sai: Fix spurious BCLK on resume by clearing BYP
      ASoC: fsl: imx-card: Skip sysclk reset for active DAIs in shutdown

Charles Keepax (1):
      ASoC: Intel: sof_sdw: Add quirks for new Dell laptops

Chen-Yu Tsai (1):
      ASoC: sun4i-codec: Set quirks.playback_only for H616 codec

Mark Brown (2):
      ASoC: fs210x: Make cache write through again during resume
      ASoC: cs35l56: Fixes for deadlock/hang during component_probe()

Pengpeng Hou (1):
      ASoC: tas2781: bound firmware description string parsing

Richard Fitzgerald (2):
      ASoC: cs35l56: Fix potential probe() deadlock
      ASoC: cs35l56: Use complete_all() to signal init_completion

Shengjiu Wang (1):
      ASoC: bt-sco: fix duplicate DAPM widget names for wideband DAI

Syed Saba Kareem (1):
      ASoC: amd: acp: add ACP70 DMI override for new ASUS TUF platforms

 sound/soc/amd/acp-config.c        | 12 ++++++++
 sound/soc/amd/yc/acp6x-mach.c     |  7 +++++
 sound/soc/codecs/bt-sco.c         | 10 +++++--
 sound/soc/codecs/cs35l56-i2c.c    |  4 +--
 sound/soc/codecs/cs35l56-spi.c    |  4 +--
 sound/soc/codecs/cs35l56.c        | 17 ++++++++++-
 sound/soc/codecs/fs210x.c         |  1 +
 sound/soc/codecs/tas2781-fmwlib.c | 63 +++++++++++++++++++++++++++++++++++----
 sound/soc/fsl/fsl_sai.c           | 29 +++++++++++++++---
 sound/soc/fsl/imx-card.c          | 12 +++++---
 sound/soc/intel/boards/sof_sdw.c  |  2 ++
 sound/soc/sunxi/sun4i-codec.c     |  1 +
 12 files changed, 139 insertions(+), 23 deletions(-)