Date: Wed, 24 Jul 2024 22:24:29 +0000
From: "edmund.raile" <edmund.raile@proton.me>
To: alsa-devel@alsa-project.org, stable@vger.kernel.org
Cc: regressions@lists.linux.dev, o-takashi@sakamocchi.jp, tiwai@suse.de,
 gustavoars@kernel.org, clemens@ladisch.de, linux-sound@vger.kernel.org
Subject: [REGRESSION] ALSA: firewire-lib: heavy digital distortion with
 Fireface 800

.
Date: Thu, 25 Jul 2024 16:54:52 +0800
From: Shengjiu Wang <shengjiu.wang@nxp.com>
To: shengjiu.wang@gmail.com,
	Xiubo.Lee@gmail.com,
	festevam@gmail.com,
	nicoleotsuka@gmail.com,
	lgirdwood@gmail.com,
	broonie@kernel.org,
	perex@perex.cz,
	tiwai@suse.com,
	alsa-devel@alsa-project.org,
	linuxppc-dev@lists.ozlabs.org,
	linux-sound@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 0/2] ASoC: fsl_micfil: Check the difference for i.MX8 and
 i.MX9 

.
Date: Thu, 25 Jul 2024 13:23:42 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
 Banajit Goswami <bgoswami@quicinc.com>, Liam Girdwood <lgirdwood@gmail.com>,
 Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
 Takashi Iwai <tiwai@suse.com>
Cc: alsa-devel@alsa-project.org, linux-arm-msm@vger.kernel.org,
 linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org,
 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH 0/7] ASoC: codecs: wsa88xx and wcd93xx: Soundwire port
 non-functional cleanup

.
Date: Thu, 25 Jul 2024 16:54:44 +0100
From: Mark Brown <broonie@kernel.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: Liam Girdwood <lgirdwood@gmail.com>, alsa-devel@alsa-project.org,
 Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] ASoC fixes for v6.11-merge-window

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(-)

.
