ASoC: cirrus: make snd_soc_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 16 Aug 2017 16:59:25 +0000 (22:29 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 17 Aug 2017 17:07:47 +0000 (18:07 +0100)
commit7f8159acecb3bb58c0d782813dc605ebef63b317
treeeae653951b9263d76d2a1a96a842c1d11445b779
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
ASoC: cirrus: make snd_soc_ops const

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

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/cirrus/edb93xx.c
sound/soc/cirrus/snappercl15.c