]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: qcom: q6apm-dai: set flags to reflect correct operation of appl_ptr
authorSrinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Thu, 23 Oct 2025 10:24:25 +0000 (11:24 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 5 Nov 2025 13:28:18 +0000 (13:28 +0000)
commit950a4e5788fc7dc6e8e93614a7d4d0449c39fb8d
tree302f251dd04e1b0e088b3c7cce59ab82af54b932
parent6146a0f1dfae5d37442a9ddcba012add260bceb0
ASoC: qcom: q6apm-dai: set flags to reflect correct operation of appl_ptr

Driver does not expect the appl_ptr to move backward and requires
explict sync. Make sure that the userspace does not do appl_ptr rewinds
by specifying the correct flags in pcm_info.

Without this patch, the result could be a forever loop as current logic assumes
that appl_ptr can only move forward.

Fixes: 3d4a4411aa8b ("ASoC: q6apm-dai: schedule all available frames to avoid dsp under-runs")
Cc: Stable@vger.kernel.org
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Tested-by: Alexey Klimov <alexey.klimov@linaro.org> # RB5, RB3
Link: https://patch.msgid.link/20251023102444.88158-2-srinivas.kandagatla@oss.qualcomm.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/qdsp6/q6apm-dai.c