ASoC: aux1x: make snd_soc_ops const
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 16 Aug 2017 16:59:24 +0000 (22:29 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 17 Aug 2017 17:07:36 +0000 (18:07 +0100)
commit052fba77f57b9f243ad3a45a21c809bddcd03627
tree0447ffba82e20ecb006e081274fc9ee3a5bd003d
parente731a870153271c861f06dc09e6acb5781b973f3
ASoC: aux1x: make snd_soc_ops const

Make this const as it is 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/au1x/db1200.c