The following changes since commit c5fae31f60a91dbe884ef2789fb3440bb4cddf05:
ASoC: fsl_micfil: Set default quality and channel (2025-11-29 00:59:00 +0000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.19-merge-window
for you to fetch changes up to f34836a8ddf9216ff919927cddb705022bf30aab:
ASoC: amd: acp: update tdm channels for specific DAI (2025-12-10 09:17:53 +0900)
---------------------------------------------------------------- ASoC: Fixes for v6.19
A small pile of fixes that came in during the merge window, it's all fairly standard device specific stuff.
---------------------------------------------------------------- Eric Biggers (1): ASoC: cros_ec_codec: Remove unnecessary selection of CRYPTO
Eric Naim (1): ASoC: cs35l41: Always return 0 when a subsystem ID is found
Haotian Zhang (1): ASoC: bcm: bcm63xx-pcm-whistler: Check return value of of_dma_configure()
Hemalatha Pinnamreddy (2): ASoC: amd: acp: Audio is not resuming after s0ix ASoC: amd: acp: update tdm channels for specific DAI
Johan Hovold (4): ASoC: codecs: wcd937x: fix OF node leaks on probe failure ASoC: codecs: wcd938x: fix OF node leaks on probe failure ASoC: codecs: wcd939x: fix OF node leaks on probe failure ASoc: qcom: q6afe: fix bad guard conversion
Krzysztof Kozlowski (2): ASoC: codecs: nau8325: Silence uninitialized variables warnings ASoC: rockchip: Fix Wvoid-pointer-to-enum-cast warning (again)
Mark Brown (2): ASoC: ak4458 & ak5558: disable regulator if error ASoC: codecs: wcd93xx: fix OF node leaks on probe
Richard Fitzgerald (2): ASoC: cs-amp-lib: Revert use of __free(kfree) back to normal C cleanup ASoC: cs35l56: Fix incorrect select SND_SOC_CS35L56_CAL_SYSFS_COMMON
Shengjiu Wang (3): ASoC: dt-bindings: cirrus,cs42xx8: Reference common DAI properties ASoC: ak4458: Disable regulator when error happens ASoC: ak5558: Disable regulator when error happens
.../devicetree/bindings/sound/cirrus,cs42xx8.yaml | 5 +++- sound/soc/amd/acp/acp-i2s.c | 2 ++ sound/soc/amd/acp/acp-legacy-common.c | 30 +++++++++++++++++----- sound/soc/bcm/bcm63xx-pcm-whistler.c | 4 ++- sound/soc/codecs/Kconfig | 3 +-- sound/soc/codecs/ak4458.c | 10 +++++++- sound/soc/codecs/ak5558.c | 10 +++++++- sound/soc/codecs/cs-amp-lib.c | 29 ++++++++++++--------- sound/soc/codecs/cs35l41.c | 7 ++--- sound/soc/codecs/nau8325.c | 4 +-- sound/soc/codecs/wcd937x.c | 4 +-- sound/soc/codecs/wcd938x.c | 3 +-- sound/soc/codecs/wcd939x.c | 3 +-- sound/soc/qcom/qdsp6/q6afe.c | 4 +-- sound/soc/rockchip/rockchip_pdm.c | 2 +- 15 files changed, 82 insertions(+), 38 deletions(-)