mbox series

[GIT,PULL] ASoC fixes for v6.11-merge-window

Message ID 5a2e9c948bd527794d6e05160e201744.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] ASoC fixes for v6.11-merge-window | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.11-merge-window

Message

Mark Brown July 25, 2024, 3:54 p.m. UTC
The following changes since commit c51cba4755609ad97ba97713210c16f043c73224:

  Fix the unbalanced pm_runtime_enable in wcd937x-sdw (2024-07-12 17:38:18 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.11-merge-window

for you to fetch changes up to ab53dfdcdd1ec8df8729890aefa5b0e3c900afbb:

  ASoC: fsl-asoc-card: Dynamically allocate memory for snd_soc_dai_link_components (2024-07-25 14:20:30 +0100)

----------------------------------------------------------------
ASoC: Fixes for v6.11

A selection of routine fixes and quirks that came in since the merge
window.  The fsl-asoc-card change is a fix for systems with multiple
cards where updating templates in place leaks data from one card to
another.

----------------------------------------------------------------
Arnd Bergmann (1):
      ASoC: tegra: select CONFIG_SND_SIMPLE_CARD_UTILS

Curtis Malainey (1):
      ASoC: Intel: Fix RT5650 SSP lookup

Dan Carpenter (1):
      ASoC: TAS2781: Fix tasdev_load_calibrated_data()

Daniel Baluta (1):
      ASoC: SOF: imx8m: Fix DSP control regmap retrieval

Peter Ujfalusi (2):
      ASoC: SOF: ipc4-topology: Only handle dai_config with HW_PARAMS for ChainDMA
      ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare

Pierre-Louis Bossart (2):
      ASOC: SOF: Intel: hda-loader: only wait for HDaudio IOC for IPC4 devices
      ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable

Shengjiu Wang (1):
      ASoC: fsl-asoc-card: Dynamically allocate memory for snd_soc_dai_link_components

Takashi Iwai (1):
      ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2

Venkata Prasad Potturu (1):
      ASoC: sof: amd: fix for firmware reload failure in Vangogh platform

 sound/soc/amd/yc/acp6x-mach.c                      |  7 ++++
 sound/soc/codecs/tas2781-fmwlib.c                  |  2 +-
 sound/soc/fsl/fsl-asoc-card.c                      | 46 ++++++++++++++--------
 sound/soc/intel/common/soc-acpi-intel-ssp-common.c |  9 +++++
 sound/soc/intel/common/soc-intel-quirks.h          |  2 +-
 sound/soc/sof/amd/pci-vangogh.c                    |  1 -
 sound/soc/sof/imx/imx8m.c                          |  2 +-
 sound/soc/sof/intel/hda-loader.c                   | 20 ++++++----
 sound/soc/sof/intel/hda.c                          | 17 ++++----
 sound/soc/sof/ipc4-topology.c                      | 18 +++++++--
 sound/soc/tegra/Kconfig                            |  1 +
 11 files changed, 85 insertions(+), 40 deletions(-)

Comments

Takashi Iwai July 25, 2024, 4:05 p.m. UTC | #1
On Thu, 25 Jul 2024 17:54:44 +0200,
Mark Brown wrote:
> 
> The following changes since commit c51cba4755609ad97ba97713210c16f043c73224:
> 
>   Fix the unbalanced pm_runtime_enable in wcd937x-sdw (2024-07-12 17:38:18 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.11-merge-window
> 
> for you to fetch changes up to ab53dfdcdd1ec8df8729890aefa5b0e3c900afbb:
> 
>   ASoC: fsl-asoc-card: Dynamically allocate memory for snd_soc_dai_link_components (2024-07-25 14:20:30 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v6.11
> 
> A selection of routine fixes and quirks that came in since the merge
> window.  The fsl-asoc-card change is a fix for systems with multiple
> cards where updating templates in place leaks data from one card to
> another.

Thanks, pulled now.


Takashi