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)
commit4dbcc5ff2513f2192dc2a5dfdbb9ad3d7e891e85
tree51af2c7f8fbc535363f3d5e126eafd725e0fd589
parent4428ffa1fe66a9e3cf68bba3ad135f17be4ed674
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