The following changes since commit 571b69f2f9b1ec7cf7d0e9b79e52115a87a869c4: ASoC: imx-audmix: remove cpu_mclk which is from cpu dai device (2025-02-13 11:34:32 +0000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.14-rc4 for you to fetch changes up to 9da0ed4a85027063441fa1c73967cafc38f0677c: ASoC: Intel: don't check number of sdw links when set (2025-02-25 17:47:04 +0000) ---------------------------------------------------------------- ASoC: Fixes for v6.14 More driver specific fixes, the firmware change is part of fixing the race conditions in the Cirrus driver. ---------------------------------------------------------------- Bard Liao (2): ASoC: SOF: Intel: don't check number of sdw links when set dmic_fixup ASoC: Intel: sof_sdw: warn both sdw and pch dmic are used Chancel Liu (1): ASoC: fsl: Rename stream name of SAI DAI driver Hector Martin (3): ASoC: tas2770: Fix volume scale ASoC: tas2764: Fix power control mask ASoC: tas2764: Set the SDOUT polarity correctly Mark Brown (1): ASoC: Intel: don't check number of sdw links when set Nicolas Frattaroli (2): ASoC: es8328: fix route from DAC to output ASoC: dapm-graph: set fill colour of turned on nodes Richard Fitzgerald (2): firmware: cs_dsp: Remove async regmap writes ASoC: cs35l56: Prevent races when soft-resetting using SPI control drivers/firmware/cirrus/cs_dsp.c | 24 +++--------- include/sound/cs35l56.h | 31 +++++++++++++++ sound/pci/hda/cs35l56_hda_spi.c | 3 ++ sound/soc/codecs/cs35l56-shared.c | 80 +++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/cs35l56-spi.c | 3 ++ sound/soc/codecs/es8328.c | 15 ++------ sound/soc/codecs/tas2764.c | 10 ++++- sound/soc/codecs/tas2764.h | 8 +++- sound/soc/codecs/tas2770.c | 2 +- sound/soc/fsl/fsl_sai.c | 6 +-- sound/soc/fsl/imx-audmix.c | 4 +- sound/soc/intel/boards/sof_sdw.c | 7 ++++ sound/soc/sof/intel/hda.c | 18 +-------- tools/sound/dapm-graph | 2 +- 14 files changed, 159 insertions(+), 54 deletions(-)