]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: qcom: Constify few things in audioreach and
authorMark Brown <broonie@kernel.org>
Mon, 22 Dec 2025 22:13:08 +0000 (22:13 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 22 Dec 2025 22:13:08 +0000 (22:13 +0000)
Merge series from Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>:

Several functions do not modify the pointed memory they receive, so
marking them as pointers to const would serve as self-explanatory code.
Also safer a bit.


Trivial merge