mbox series

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

Message ID 6a7865dfe2acc782da9c7aed79deeffe.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.14-rc2 | expand

Pull-request

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

Message

Mark Brown Feb. 13, 2025, 6:40 p.m. UTC
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 571b69f2f9b1ec7cf7d0e9b79e52115a87a869c4:

  ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device (2025-02-13 11:34:32 +0000)

----------------------------------------------------------------
ASoC: Fixes for v6.14

More fixes and deviec quirks, most of them driver specific including a
few SOF robustness fixes.  Nothing super remarkable individually.

----------------------------------------------------------------
Bard Liao (2):
      ASoC: Intel: soc-acpi-intel-tgl-match: declare adr as ull
      ASoC: Intel: soc-acpi-intel-mtl-match: declare adr as ull

Cristian Ciocaltea (4):
      ASoC: SOF: amd: Add post_fw_run_delay ACP quirk
      ASoC: SOF: amd: Drop unused includes from Vangogh driver
      ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE
      ASoC: SOF: amd: Add branch prediction hint in ACP IRQ handler

John Keeping (1):
      ASoC: rockchip: i2s-tdm: fix shift config for SND_SOC_DAIFMT_DSP_[AB]

Kuninori Morimoto (4):
      ASoC: simple-card-utils.c: add missing dlc->of_node
      ASoC: rsnd: indicate unsupported clock rate
      ASoC: rsnd: don't indicate warning on rsnd_kctrl_accept_runtime()
      ASoC: rsnd: adjust convert rate limitation

Mark Brown (5):
      ASoC: Intel: soc-acpi-intel-tgl/mtl-match: declare adr
      ASoC: rsnd: adjust convert rate in 1%
      ASoC: SOF: Correct sps->stream and cstream nullity
      ASoC: Intel: sof_sdw: Add support for new devices
      ASoC: Intel: soc-acpi-intel-ptl-match typo fixups

Nikita Zhandarovich (1):
      ASoC: fsl_micfil: Enable default case in micfil_set_quality()

Peter Ujfalusi (5):
      ASoC: SOF: stream-ipc: Check for cstream nullity in sof_ipc_msg_data()
      ASoC: SOF: pcm: Clear the susbstream pointer to NULL on close
      ASoC: SOF: ipc4-topology: Harden loops for looking up ALH copiers
      ASoC: Intel: soc-acpi-intel-ptl-match: revise typo of rt712_vb + rt1320 support
      ASoC: Intel: soc-acpi-intel-ptl-match: revise typo of rt713_vb_l2_rt1320_l13

Richard Fitzgerald (2):
      ASoC: Intel: sof_sdw: Add lookup of quirk using PCI subsystem ID
      ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S14

Shenghao Ding (1):
      ASoC: tas2781: drop a redundant code

Shengjiu Wang (1):
      ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device

Stefan Binding (2):
      ASoC: cs35l41: Fallback to using HID for system_name if no SUB is available
      ASoC: cs35l41: Fix acpi_device_hid() not found

Terry Cheong (1):
      ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi module

Uday M Bhat (1):
      ASoC: Intel: sof_sdw: Add support for Fatcat board with BT offload enabled in PTL platform

Vitaly Rodionov (1):
      ASoC: arizona/madera: use fsleep() in up/down DAPM event delays.

 sound/soc/codecs/arizona.c                        |  14 +--
 sound/soc/codecs/cs35l41.c                        |  30 ++++--
 sound/soc/codecs/madera.c                         |  10 +-
 sound/soc/codecs/tas2781-i2c.c                    |   4 +-
 sound/soc/codecs/wm5110.c                         |   8 +-
 sound/soc/fsl/fsl_micfil.c                        |   2 +
 sound/soc/fsl/imx-audmix.c                        |  31 ------
 sound/soc/generic/simple-card-utils.c             |   1 +
 sound/soc/intel/boards/sof_sdw.c                  |  41 ++++++--
 sound/soc/intel/common/soc-acpi-intel-mtl-match.c |   2 +-
 sound/soc/intel/common/soc-acpi-intel-ptl-match.c |  12 +--
 sound/soc/intel/common/soc-acpi-intel-tgl-match.c |  16 +--
 sound/soc/renesas/rcar/core.c                     |  14 ---
 sound/soc/renesas/rcar/rsnd.h                     |   1 -
 sound/soc/renesas/rcar/src.c                      | 116 +++++++++++++++++-----
 sound/soc/renesas/rcar/ssi.c                      |   3 +-
 sound/soc/rockchip/rockchip_i2s_tdm.c             |   4 +-
 sound/soc/sof/amd/acp-ipc.c                       |  25 +++--
 sound/soc/sof/amd/acp.c                           |   1 +
 sound/soc/sof/amd/acp.h                           |   1 +
 sound/soc/sof/amd/pci-vangogh.c                   |   2 -
 sound/soc/sof/amd/vangogh.c                       |  22 +++-
 sound/soc/sof/intel/hda-codec.c                   |   1 +
 sound/soc/sof/ipc4-topology.c                     |  12 ++-
 sound/soc/sof/pcm.c                               |   2 +
 sound/soc/sof/stream-ipc.c                        |   6 +-
 26 files changed, 245 insertions(+), 136 deletions(-)

Comments

Takashi Iwai Feb. 14, 2025, 7:26 a.m. UTC | #1
On Thu, 13 Feb 2025 19:40:36 +0100,
Mark Brown wrote:
> 
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
> 
>   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.14-rc2
> 
> for you to fetch changes up to 571b69f2f9b1ec7cf7d0e9b79e52115a87a869c4:
> 
>   ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device (2025-02-13 11:34:32 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.14
> 
> More fixes and deviec quirks, most of them driver specific including a
> few SOF robustness fixes.  Nothing super remarkable individually.

Thanks, pulled now.


Takashi