]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: qcom: Constify APR callback response data
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Sun, 30 Nov 2025 09:40:23 +0000 (10:40 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 19 Dec 2025 21:29:28 +0000 (21:29 +0000)
commit86af3c229245fe1e59f428fc6abe19127ce15f5f
tree98528bb0c82accb8b423a6572e917e86fd405287
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
ASoC: qcom: Constify APR callback response data

APR bus driver calls each APR client callback with pointer to the APR
response packet.  The callbacks are not suppose to modify that response
packet, so make it a pointer to const to document that expectation
explicitly.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Link: https://patch.msgid.link/20251130-asoc-apr-const-v1-1-d0833f3ed423@oss.qualcomm.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/soc/qcom/apr.h
sound/soc/qcom/qdsp6/q6adm.c
sound/soc/qcom/qdsp6/q6afe.c
sound/soc/qcom/qdsp6/q6asm.c
sound/soc/qcom/qdsp6/q6core.c