
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v6.15-rc1
for you to fetch changes up to e6c4618422a25cb266bf752040eb509865caeb0e:
MAINTAINERS: update my email address (2025-04-11 06:17:24 +0100)
---------------------------------------------------------------- ASoC: Fixes for v6.15
A set of small fixes, quirks and device ID additions that came in since -rc1, none of them super stand out. There's also a change to Srini's email address in MAINTAINERS.
---------------------------------------------------------------- Amadeusz Sławiński (1): ASoC: Intel: avs: Constrain path based on BE capabilities
Brady Norander (1): ASoC: dwc: always enable/disable i2s irqs
Charles Keepax (1): ASoC: cs42l43: Reset clamp override on jack removal
Evgeny Pimenov (1): ASoC: qcom: Fix sc7280 lpass potential buffer overflow
Henry Martin (1): ASoC: Intel: avs: Fix null-ptr-deref in avs_component_probe()
Herve Codina (1): ASoC: fsl: fsl_qmc_audio: Reset audio data pointers on TRIGGER_START event
Kuninori Morimoto (1): ASoC: hdmi-codec: use RTD ID instead of DAI ID for ELD entry
Mark Brown (2): ASoC: codecs: lpass-wsa: fix VI capture setup. MAINTAINERS: update my email address
Peter Ujfalusi (1): ASoC: Intel: sof_sdw: Add quirk for Asus Zenbook S16
Richard Fitzgerald (1): firmware: cs_dsp: test_bin_error: Fix uninitialized data used as fw version
Shengjiu Wang (1): ASoC: fsl_asrc_dma: get codec or cpu dai from backend
Srinivas Kandagatla (4): ASoC: codecs:lpass-wsa-macro: Fix vi feedback rate ASoC: codecs:lpass-wsa-macro: Fix logic of enabling vi channels MAINTAINERS: use kernel.org alias mailmap: Add entry for Srinivas Kandagatla
Weidong Wang (1): ASoC: codecs: Add of_match_table for aw888081 driver
.mailmap | 2 + MAINTAINERS | 8 +- .../firmware/cirrus/test/cs_dsp_mock_mem_maps.c | 30 ------ drivers/firmware/cirrus/test/cs_dsp_test_bin.c | 2 +- .../firmware/cirrus/test/cs_dsp_test_bin_error.c | 2 +- include/linux/firmware/cirrus/cs_dsp_test_utils.h | 1 - sound/soc/codecs/aw88081.c | 10 ++ sound/soc/codecs/cs42l43-jack.c | 3 + sound/soc/codecs/hdmi-codec.c | 22 +++- sound/soc/codecs/lpass-wsa-macro.c | 117 +++++++++++++++------ sound/soc/dwc/dwc-i2s.c | 13 ++- sound/soc/fsl/fsl_asrc_dma.c | 15 ++- sound/soc/fsl/fsl_qmc_audio.c | 3 + sound/soc/intel/avs/path.c | 72 +++++++++++++ sound/soc/intel/avs/path.h | 5 + sound/soc/intel/avs/pcm.c | 52 ++++++++- sound/soc/intel/boards/sof_sdw.c | 1 + sound/soc/qcom/lpass.h | 3 +- 18 files changed, 277 insertions(+), 84 deletions(-)