The following changes since commit c3f38fa61af77b49866b006939479069cd451173: Linux 6.10-rc2 (2024-06-02 15:44:56 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.10-rc5 for you to fetch changes up to 68f97fe330e01450ace63da0ce5cab676fc97f9a: ASoC: rt5645: fix issue of random interrupt from push-button (2024-06-26 16:34:48 +0100) ---------------------------------------------------------------- ASoC: Fixes for v6.10 A relatively large batch of updates, largely due to the long interval since I last sent fixes due to various travel and holidays. There's a lot of driver specific fixes and quirks in here, none of them too major, and also some fixes for recently introduced memory safety issues in the topology code. ---------------------------------------------------------------- Alibek Omarov (1): ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk Amadeusz SÅ?awiÅ?ski (5): ASoC: topology: Fix references to freed memory ASoC: Intel: avs: Fix route override ASoC: topology: Do not assign fields that are already set ASoC: topology: Clean up route loading ASoC: topology: Fix route memory corruption Andrei Simion (1): ASoC: atmel: atmel-classd: Re-add dai_link->platform to fix card init Bard Liao (2): ASoC: SOF: Intel: hda-dai: skip tlv for dspless mode ASoC: SOF: Intel: hda-dai: remove skip_tlv label Chen-Yu Tsai (1): ASoC: mediatek: mt8195: Add platform entry for ETDM1_OUT_BE dai link Dmitry Baryshkov (1): MAINTAINERS: copy linux-arm-msm for sound/qcom changes Elinor Montmasson (1): ASoC: fsl-asoc-card: set priv->pdev before using it Hsin-Te Yuan (1): ASoC: mediatek: mt8183-da7219-max98357: Fix kcontrol name collision Jack Yu (3): ASoC: rt722-sdca-sdw: add silence detection register as volatile ASoC: rt722-sdca-sdw: add debounce time for type detection ASoC: rt5645: fix issue of random interrupt from push-button Jai Luthra (2): ALSA: dmaengine: Synchronize dma channel after drop() ASoC: ti: davinci-mcasp: Set min period size using FIFO config Jeff Johnson (3): ASoC: mxs: add missing MODULE_DESCRIPTION() macro ASoC: fsl: add missing MODULE_DESCRIPTION() macro ASoC: qcom: add missing MODULE_DESCRIPTION() macro Maciej Strozek (1): ASoC: cs42l43: Increase default type detect time and button delay Mark Brown (3): ASoC: SOF: Intel: hda-dai: skip tlv configuration for ASoC: topology: Fix route memory corruption Fixes for McASP and dmaengine_pcm Peter Ujfalusi (1): ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback Primoz Fiser (1): ASoC: ti: omap-hdmi: Fix too long driver name Richard Fitzgerald (1): ASoC: cs35l56: Disconnect ASP1 TX sources when ASP1 DAI is hooked up Shuming Fan (1): ASoC: Intel: soc-acpi: mtl: fix speaker no sound on Dell SKU 0C64 Srinivas Kandagatla (1): ASoC: q6apm-lpass-dai: close graph on prepare errors Thomas GENTY (1): bytcr_rt5640 : inverse jack detect for Archos 101 cesium Vijendar Mukunda (3): ASoC: amd: acp: add a null check for chip_pdev structure ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe() ASoC: amd: acp: move chip->flag variable assignment Vyacheslav Frantsishko (1): ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA Zhang Yi (1): ASoC: codecs: ES8326: Solve headphone detection issue MAINTAINERS | 1 + include/sound/dmaengine_pcm.h | 1 + sound/core/pcm_dmaengine.c | 10 +++++++ sound/soc/amd/acp/acp-i2s.c | 8 ----- sound/soc/amd/acp/acp-pci.c | 12 ++++---- sound/soc/amd/yc/acp6x-mach.c | 7 +++++ sound/soc/atmel/atmel-classd.c | 7 +++-- sound/soc/codecs/cs35l56-shared.c | 4 +++ sound/soc/codecs/cs42l43-jack.c | 4 +-- sound/soc/codecs/es8326.c | 8 +++-- sound/soc/codecs/rt5645.c | 24 +++++++++++---- sound/soc/codecs/rt5645.h | 6 ++++ sound/soc/codecs/rt722-sdca-sdw.c | 4 ++- sound/soc/fsl/fsl-asoc-card.c | 3 +- sound/soc/fsl/imx-pcm-dma.c | 1 + sound/soc/intel/avs/topology.c | 19 +++++++++--- sound/soc/intel/boards/bytcr_rt5640.c | 11 +++++++ sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 2 +- sound/soc/mediatek/mt8183/mt8183-da7219-max98357.c | 10 +++---- sound/soc/mediatek/mt8195/mt8195-mt6359.c | 1 + sound/soc/mxs/mxs-pcm.c | 1 + sound/soc/qcom/qdsp6/q6apm-lpass-dais.c | 32 ++++++++++++-------- sound/soc/qcom/sdw.c | 1 + sound/soc/rockchip/rockchip_i2s_tdm.c | 13 ++++++-- sound/soc/soc-generic-dmaengine-pcm.c | 8 +++++ sound/soc/soc-topology.c | 35 ++++++++++------------ sound/soc/sof/intel/hda-dai.c | 6 ++-- sound/soc/sof/sof-audio.c | 2 +- sound/soc/ti/davinci-mcasp.c | 9 ++++-- sound/soc/ti/omap-hdmi.c | 6 +--- 30 files changed, 176 insertions(+), 80 deletions(-)