]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: qcom: q6apm-lpass-dai: move graph start to trigger
authorSrinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Thu, 2 Apr 2026 08:11:16 +0000 (08:11 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 2 Apr 2026 15:33:47 +0000 (16:33 +0100)
commitb54a38af713830e76f60bab967fd06ee4301eaee
treef1dc10ac6969cad31bff273e44c0f4fba7eec8e0
parent8f542c7c4aa969331b9be2bad1a1c29883555ab8
ASoC: qcom: q6apm-lpass-dai: move graph start to trigger

Start the graph at trigger callback. Staring the graph at prepare does
not make sense as there is no data transfer at this point.
Moving this to trigger will also help cope situation where pipewire
is not happy if display port is not connected during start.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Link: https://patch.msgid.link/20260402081118.348071-12-srinivas.kandagatla@oss.qualcomm.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/qdsp6/q6apm-lpass-dais.c