The following changes since commit 31bb7bd9ffee50d09ec931998b823a86132ab807: ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was successful (2023-09-15 17:14:22 +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-rc5 for you to fetch changes up to 1426b9ba7c453755d182ebf7e7f2367ba249dcf4: ASoC: dt-bindings: fsl,micfil: Document #sound-dai-cells (2023-10-04 13:58:54 +0100) ---------------------------------------------------------------- ASoC: More fixes for v6.6 Some additional fixes for v6.6, some fairly unremarkable driver specific ones and a couple of minor core fixes for error handling and improved logging. ---------------------------------------------------------------- Alex Bee (1): dt-bindings: ASoC: rockchip: Add compatible for RK3128 spdif Amadeusz SÅ?awiÅ?ski (2): ASoC: core: Print component name when printing log ASoC: core: Do not call link_exit() on uninitialized rtd objects Antoine Gennart (1): ASoC: tlv320adc3xxx: BUG: Correct micbias setting Balamurugan C (2): ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table. ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match table Fabio Estevam (1): ASoC: dt-bindings: fsl,micfil: Document #sound-dai-cells Kuninori Morimoto (2): ASoC: simple-card-utils: fixup simple_util_startup() error handling ASoC: simple-card: fixup asoc_simple_probe() error handling Mark Brown (1): ASoC: Intel: soc-acpi: Adding Es83x6 codec entry and Matthias Reichl (1): ASoC: hdmi-codec: Fix broken channel map reporting Miquel Raynal (1): ASoC: soc-generic-dmaengine-pcm: Fix function name in comment Pierre-Louis Bossart (2): ASoC: Intel: soc-acpi: fix Dell SKU 0B34 ASoC: Intel: sof_sdw: add support for SKU 0B14 Shengjiu Wang (2): ASoC: fsl_sai: Don't disable bitclock for i.MX8MP ASoC: fsl-asoc-card: use integer type for fll_id and pll_id Sven Frotscher (1): ASoC: amd: yc: Fix non-functional mic on Lenovo 82YM Vijendar Mukunda (1): ASoC: SOF: amd: fix for firmware reload failure after playback Zhang Shurong (1): ASoC: rt5682: Fix regulator enable/disable sequence .../devicetree/bindings/sound/fsl,micfil.yaml | 3 +++ .../devicetree/bindings/sound/rockchip-spdif.yaml | 1 + include/sound/soc.h | 2 ++ sound/soc/amd/yc/acp6x-mach.c | 7 ++++++ sound/soc/codecs/hdmi-codec.c | 5 ++++- sound/soc/codecs/rt5682-i2c.c | 10 ++++----- sound/soc/codecs/tlv320adc3xxx.c | 4 ++-- sound/soc/fsl/fsl-asoc-card.c | 12 +++++++---- sound/soc/fsl/fsl_sai.c | 9 ++++++-- sound/soc/generic/simple-card-utils.c | 3 ++- sound/soc/generic/simple-card.c | 6 ++++-- sound/soc/intel/boards/sof_es8336.c | 10 +++++++++ sound/soc/intel/boards/sof_sdw.c | 10 +++++++++ sound/soc/intel/common/soc-acpi-intel-adl-match.c | 12 +++++------ sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 25 ++++++++++++++++++++++ sound/soc/soc-core.c | 24 +++++++++++++++------ sound/soc/soc-generic-dmaengine-pcm.c | 4 ++-- sound/soc/sof/amd/pci-rmb.c | 1 - 18 files changed, 115 insertions(+), 33 deletions(-)