The following changes since commit 199cd64140f222c66b68ebe288a3fcd0570e2e41:
ASoC: soc-core.c: Do not error if a DAI link component is not found (2023-08-24 21:10:45 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.6-merge-window
for you to fetch changes up to cfff2a7794d23b03a3ddedd318bf1df1876c598f:
ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL (2023-09-06 20:06:36 +0100)
---------------------------------------------------------------- ASoC: Fixes for v6.6
A bunch of fixes and new IDs that came in since the initial pull request - all driver specific and nothing too exciting.
There's a trivial conflict in the AMD driver ID table due to the last v6.5 fixes not having been merged up.
---------------------------------------------------------------- Adam Ford (1): ASoC: dt-bindings: fsl_easrc: Add support for imx8mp-easrc
Amadeusz Sławiński (1): ASoC: Intel: avs: Provide support for fallback topology
Brent Lu (1): ASoC: rt5645: NULL pointer access when removing jack
Harshit Mogalapalli (1): ASoC: cs42l43: Fix missing error code in cs42l43_codec_probe()
Kevin-Lu (1): MAINTAINERS: Update the MAINTAINERS enties for TEXAS INSTRUMENTS ASoC DRIVERS
Krzysztof Kozlowski (1): ASoC: codecs: wcd93xx: fix object added to multiple drivers
Mario Limonciello (1): ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TL
Shubh (1): ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming Laptop 15-fb0xxx (8A3E)
Simon Trimmer (1): ASoC: cs35l56: Waiting for firmware to boot must be tolerant of I/O errors
Vlad Karpovich (3): ASoC: cs35l45: Add support for Chip ID 0x35A460 ASoC: cs35l45: Fix "Dead assigment" warning ASoC: cs35l45: Rename DACPCM1 Source control
.../devicetree/bindings/sound/fsl,easrc.yaml | 8 +++++- MAINTAINERS | 2 +- sound/soc/amd/yc/acp6x-mach.c | 14 +++++++++++ sound/soc/codecs/Kconfig | 6 +++++ sound/soc/codecs/Makefile | 8 +++--- sound/soc/codecs/cs35l45.c | 11 ++++---- sound/soc/codecs/cs35l56-shared.c | 29 +++++++++++----------- sound/soc/codecs/cs42l43.c | 3 ++- sound/soc/codecs/rt5645.c | 16 +++++++----- sound/soc/codecs/wcd-clsh-v2.c | 8 ++++++ sound/soc/intel/avs/pcm.c | 22 ++++++++++++++++ 11 files changed, 96 insertions(+), 31 deletions(-)