[PATCH v2 0/5] ASoC: qcom: Constify few things in audioreach and topology

From: Krzysztof Kozlowski

Date: Fri Dec 19 2025 - 06:45:55 EST


Changes in v2:
- Drop first patch (one removing unused arguments)
- Rebase (new speaker_protection functions appear)
- Link to v1: https://patch.msgid.link/20251129-b4-container-of-const-asoc-qcom-v1-0-67a3d3320371@xxxxxxxxxxxxxxxx

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.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (5):
ASoC: qcom: topology: Constify pointed topology and vendor structs
ASoC: qcom: topology: Constify pointed ar control structs
ASoC: qcom: topology: Constify pointed DAPM widget structs
ASoC: qcom: topology: Constify pointed snd_soc_tplg_dapm_widget
ASoC: qcom: audioreach: Constify function arguments

sound/soc/qcom/qdsp6/audioreach.c | 87 +++++++++++++++-------------
sound/soc/qcom/qdsp6/audioreach.h | 16 +++---
sound/soc/qcom/qdsp6/topology.c | 118 +++++++++++++++++++-------------------
3 files changed, 116 insertions(+), 105 deletions(-)
---
base-commit: b6624535ece4221e67a90b06a373bbefd833c2d1
change-id: 20251127-b4-container-of-const-asoc-qcom-cf4bba99b341

Best regards,
--
Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>