[PATCH 0/3] ASoC: qcom: audioreach: fix sparse warnings
From: Srinivas Kandagatla
Date: Mon Aug 25 2025 - 06:13:07 EST
Recent static calibration support patches have excersised new code path
exposing some missing checks and also accessing some variables which are
of LE type that are accessed directly without converting it to CPU type.
Thanks to Dan Carpenter and kernel test robot for reporting this.
--srini
Srinivas Kandagatla (3):
ASoC: qcom: audioreach: fix potential null pointer dereference
ASoC: qcom: topology: convert to cpu endainess type before accessing
ASoC: qcom: audioreach: convert to cpu endainess type before accessing
sound/soc/qcom/qdsp6/audioreach.c | 2 +-
sound/soc/qcom/qdsp6/topology.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
--
2.50.0