]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ASoC: rockchip: constify snd_soc_dai_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Tue, 15 Aug 2017 15:10:09 +0000 (17:10 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 15 Aug 2017 17:11:10 +0000 (18:11 +0100)
commit0966a2588779d0d44706f973c1e8ff240be43017
tree0ab72c7eef7dbe83e9d405de82ec832a68507c1b
parentb48b2710913d583ff93c365413532e1a7cd60d84
ASoC: rockchip: constify snd_soc_dai_ops structures

These snd_soc_dai_ops structures are only stored in the ops field of
a snd_soc_dai_driver structure, which is const.  Thus, the
snd_soc_dai_ops structures can be const too.

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/rockchip/rockchip_pdm.c