]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: qcom: topology: convert to cpu endainess type before accessing
authorSrinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Mon, 25 Aug 2025 10:12:46 +0000 (11:12 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 1 Sep 2025 17:55:16 +0000 (18:55 +0100)
commit7e67e1c99efa6ecd003d51a42dbe7bd5bad329eb
treef7dea13ab22db950feca08567bee198ff518abd9
parent8318e04ab2526b155773313b66a1542476ce1106
ASoC: qcom: topology: convert to cpu endainess type before accessing

Looks like some of the members of module config are accessed directly
without converting their endainess to cpu type.

Fix this by using le32_to_cpu() where required.

Fixes: c7ed4c2debfd ("ASoC: qcom: audioreach: add support for static calibration")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202508230741.heXmHeDC-lkp@intel.com
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com>
Link: https://patch.msgid.link/20250825101247.152619-3-srinivas.kandagatla@oss.qualcomm.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/qdsp6/topology.c