[GIT PULL] ASoC fixes for v7.1-rc5
Mark Brown <[email protected]>
| Newsgroups | org.alsa-project.alsa-devel,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
The following changes since commit e7ae89a0c97ce2b68b0983cd01eda67cf373517d:
Linux 7.1-rc5 (2026-05-24 13:48:06 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v7.1-rc5
for you to fetch changes up to f63ad68e18d774a5d15cd7e405ead63f6b322679:
ASoC: codecs: simple-mux: Fix enum control bounds check (2026-05-27 13:43:20 +0100)
----------------------------------------------------------------
ASoC: Fixes for v7.1
This round of fixes is mostly Sirini's Qualcomm cleanups that have been
in review for a while, we also have a couple of small fixes from Cássio.
----------------------------------------------------------------
Cássio Gabriel (2):
ASoC: Intel: bytcht_es8316: Fix MCLK leak on init errors
ASoC: codecs: simple-mux: Fix enum control bounds check
Mark Brown (1):
ASoC: qcom: q6asm-dai: fix error handling
Srinivas Kandagatla (5):
ASoC: qcom: q6asm-dai: do not set stream state in event and trigger callbacks
ASoC: qcom: q6asm-dai: close stream only when running
ASoC: qcom: q6asm-dai: fix error handling in prepare and set_params
ASoC: qcom: q6asm-dai: remove unnecessary braces
ASoC: qcom: q6asm-dai: use pointer type with kzalloc_obj()
sound/soc/codecs/simple-mux.c | 2 +-
sound/soc/intel/boards/bytcht_es8316.c | 29 ++++++++++++++++++--
sound/soc/qcom/qdsp6/q6asm-dai.c | 48 ++++++++++++++++++----------------
3 files changed, 53 insertions(+), 26 deletions(-)