]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: codecs: constify snd_soc_dai_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 27 Oct 2018 13:34:44 +0000 (15:34 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 5 Nov 2018 11:25:42 +0000 (11:25 +0000)
commit263cc906a54bb36c6e2263364a3c715c7eaf1a93
tree64a16aa48411a8d5ac9453c5209b4d9745597710
parentb06173181f559a4afe995d20da5cd57996face81
ASoC: codecs: 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/codecs/ak4458.c
sound/soc/codecs/ak5558.c
sound/soc/codecs/hdac_hda.c
sound/soc/codecs/tas6424.c