]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: smd845: constify snd_soc_ops structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Fri, 2 Nov 2018 15:00:18 +0000 (16:00 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 5 Nov 2018 10:37:30 +0000 (10:37 +0000)
commit22e9ddc0e008d4b745c032d176c0ae1e97fe0ecc
tree5b1e4c5a38ed81a65ea9042eb847927be1e509b1
parente758f79f7e9ff654482309c145aef3034b16c281
ASoC: smd845: constify snd_soc_ops structure

The snd_soc_ops structure can be const as it is only stored in the
ops field of a snd_soc_dai_link structure and this field is const.

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/sdm845.c