The following changes since commit 0a10d15280a385e5971fb58a6d2eddbf7c0aa9f3:
ASoC: qcom: Limit Digital gains on speaker (2023-12-04 21:42:29 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.7-rc7
for you to fetch changes up to 8f0f01647550daf9cd8752c1656dcb0136d79ce1:
ASoC: fsl_sai: Fix channel swap issue on i.MX8MP (2023-12-19 13:23:39 +0000)
---------------------------------------------------------------- ASoC: Fixes for v6.7
Quite a big collection of fixes, as ever mostly in drivers. There's one framework fix for the HDMI CODEC where it wasn't handling startup properly for some controllers, and one new x86 quirk, but otherwise all local fixes or dropping things we don't want to see in a release.
---------------------------------------------------------------- Charles Keepax (1): ASoC: cs42l43: Don't enable bias sense during type detect
Curtis Malainey (1): ASoC: SOF: mediatek: mt8186: Revert Add Google Steelix topology compatible
Gergo Koteles (1): ASoC: tas2781: check the validity of prm_no/cfg_no
Hans de Goede (2): ASoC: Intel: bytcr_rt5640: Add quirk for the Medion Lifetab S10346 ASoC: Intel: bytcr_rt5640: Add new swapped-speakers quirk
Jerome Brunet (1): ASoC: hdmi-codec: fix missing report for jack initial status
Ricardo Rivera-Matos (3): ASoC: cs35l45: Use modern pm_ops ASoC: cs35l45: Prevent IRQ handling when suspending/resuming ASoC: cs35l45: Prevents spinning during runtime suspend
Richard Fitzgerald (1): ASoC: Intel: soc-acpi-intel-mtl-match: Change CS35L56 prefixes to AMPn
Shengjiu Wang (1): ASoC: fsl_sai: Fix channel swap issue on i.MX8MP
sound/soc/codecs/cs35l45-i2c.c | 2 +- sound/soc/codecs/cs35l45-spi.c | 2 +- sound/soc/codecs/cs35l45.c | 56 +++++++++++++++++++++-- sound/soc/codecs/cs42l43-jack.c | 23 +++++----- sound/soc/codecs/hdmi-codec.c | 12 ++++- sound/soc/codecs/tas2781-fmwlib.c | 14 +++--- sound/soc/fsl/fsl_sai.c | 3 ++ sound/soc/intel/boards/bytcr_rt5640.c | 31 ++++++++++--- sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 8 ++-- sound/soc/sof/mediatek/mt8186/mt8186.c | 3 -- 10 files changed, 115 insertions(+), 39 deletions(-)