]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: qdsp6: q6afe-dai: constify snd_soc_dai_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 27 Oct 2018 13:34:43 +0000 (15:34 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 5 Nov 2018 11:23:28 +0000 (11:23 +0000)
commit0995fa9330009fe066875db63c56857c90e763c0
tree1b884c6a3e738b18996be43d2e5246adeeba1b80
parentd49de8fd53b64cd0fa7d67c18b1ac0b90c58f21f
ASoC: qdsp6: q6afe-dai: constify snd_soc_dai_ops structures

The snd_soc_dai_ops structures are only stored in the ops field of a
snd_soc_dai_driver structure, so make the snd_soc_dai_ops structures
const as well.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/qdsp6/q6afe-dai.c