]> git.baikalelectronics.ru Git - 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)
commitde5b8918fadbbb2e88c4c43cc6fbb494160b5577
tree0ab72c7eef7dbe83e9d405de82ec832a68507c1b
parent441745ed234400c22d8923a33bd8044f7a1b70a3
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