[PATCH 0/9] ASoC: qcom: q6dsp: fixes and updates

From: Srinivas Kandagatla

Date: Wed Oct 15 2025 - 09:18:09 EST


This patchset has 4 fixes and some enhancements to the Elite DSP driver
support.
Fixes includes
- setting correct flags for expected behaviour of appl_ptr
- fix closing of copp instances
- fix buffer alignment.
- fix state checks before closing asm stream
Enhancements include:
- adding q6asm_get_hw_pointer and ack callback support

There is another set of updates comming soon, which will add support
for early memory mapping and few more modules support in audioreach.

Srinivas Kandagatla (9):
ASoC: qcom: q6apm-dai: set flags to reflect correct operation of
appl_ptr
ASoC: qcom: q6adm: the the copp device only during last instance
ASoC: qcom: qdsp6: q6asm-dai: set 10 ms period and buffer alignment.
ASoC: qcom: q6asm-dai: perform correct state check before closing
ASoC: qcom: q6asm: handle the responses after closing
ASoC: qcom: q6asm-dai: schedule all available frames to avoid dsp
under-runs
ASoC: qcom: q6asm: add q6asm_get_hw_pointer
ASoC: qcom: q6asm-dai: use q6asm_get_hw_pointer
ASoC: qcom: q6asm: set runtime correctly for each stream

sound/soc/qcom/qdsp6/q6adm.c | 146 +++++++++++++++----------------
sound/soc/qcom/qdsp6/q6apm-dai.c | 2 +
sound/soc/qcom/qdsp6/q6asm-dai.c | 64 +++++++++-----
sound/soc/qcom/qdsp6/q6asm.c | 17 ++++
sound/soc/qcom/qdsp6/q6asm.h | 1 +
5 files changed, 134 insertions(+), 96 deletions(-)

--
2.51.0