mbox series

[GIT,PULL] ASoC fixes for v6.12-rc2

Message ID 66e632c08f0370075bb18692c9fb1c17.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.12-rc2 | expand

Pull-request

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

Message

Mark Brown Dec. 12, 2024, 1:08 p.m. UTC
The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

  Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 255cc582e6e16191a20d54bcdbca6c91d3e90c5e:

  ASoC: Intel: sof_sdw: Add space for a terminator into DAIs array (2024-12-12 11:08:49 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.13

A small pile of driver specific fixes, all quite small and not
particularly major.

----------------------------------------------------------------
Charles Keepax (1):
      ASoC: Intel: sof_sdw: Add space for a terminator into DAIs array

Shenghao Ding (1):
      ASoC: tas2781: Fix calibration issue in stress test

Shengjiu Wang (2):
      ASoC: fsl_xcvr: change IFACE_PCM to IFACE_MIXER
      ASoC: fsl_spdif: change IFACE_PCM to IFACE_MIXER

Stephen Gordon (1):
      ASoC: audio-graph-card: Call of_node_put() on correct node

Venkata Prasad Potturu (1):
      ASoC: amd: yc: Fix the wrong return value

 sound/soc/amd/yc/acp6x-mach.c         | 13 +++++++++----
 sound/soc/codecs/tas2781-i2c.c        |  2 +-
 sound/soc/fsl/fsl_spdif.c             |  2 +-
 sound/soc/fsl/fsl_xcvr.c              |  2 +-
 sound/soc/generic/audio-graph-card2.c |  2 +-
 sound/soc/intel/boards/sof_sdw.c      |  8 ++++++--
 6 files changed, 19 insertions(+), 10 deletions(-)