]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: codecs: make snd_compr_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 16 Aug 2017 10:39:01 +0000 (16:09 +0530)
committerMark Brown <broonie@kernel.org>
Wed, 16 Aug 2017 12:01:45 +0000 (13:01 +0100)
commitf3a356bd6680438f77f70b1d61a0273d1361886e
tree51af2c7f8fbc535363f3d5e126eafd725e0fd589
parent059449e520db60c6986c8947061cb4cb8a246b5e
ASoC: codecs: make snd_compr_ops const

Make these const as they are only stored in the compr_ops field of a
snd_soc_platform_driver structure, which is of type const.
Done using Coccinelle

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs47l24.c
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c