ASoC: Constify static snd_pcm_hardware
authorMark Brown <broonie@kernel.org>
Tue, 7 May 2024 14:38:40 +0000 (23:38 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 7 May 2024 14:38:40 +0000 (23:38 +0900)
commit80513607dfd86a1d83b3111305bef934c49c81ed
treeba1d75e141d68a376e2763c54400be91ea12a521
parent741e987d04324810a832205052872be45ecaf9f6
parent74a15fabd271d0fd82ceecbbfa1b98ea0a4709dd
ASoC: Constify static snd_pcm_hardware

Merge series from Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>:

Static 'struct snd_pcm_hardware' is not modified by few drivers and its
copy is passed to the core, so it can be made const for increased code
safety.
sound/soc/fsl/imx-pcm-rpmsg.c
sound/soc/meson/axg-fifo.c
sound/soc/qcom/qdsp6/q6apm-dai.c