ASoC: generic: make snd_soc_ops const
commite23d834876390d6b8d4d35057e9ecd899a44193a
authorBhumika Goyal <bhumirks@gmail.com>
Wed, 16 Aug 2017 16:59:26 +0000 (16 22:29 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 17 Aug 2017 17:08:12 +0000 (17 18:08 +0100)
tree7911a3b7a1fa2390905b5aa5ca87fb0740af5cdd
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
ASoC: generic: 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/generic/audio-graph-card.c
sound/soc/generic/audio-graph-scu-card.c