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)
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.

1  2 
sound/soc/fsl/imx-pcm-rpmsg.c
sound/soc/meson/axg-fifo.c
sound/soc/qcom/qdsp6/q6apm-dai.c

Simple merge
Simple merge
Simple merge