ASoC: mediatek: constify snd_soc_ops structures
authorBhumika Goyal <bhumirks@gmail.com>
Sat, 18 Mar 2017 17:43:14 +0000 (23:13 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 20 Mar 2017 11:25:47 +0000 (11:25 +0000)
commit424dfbf2c0dee6f9c13d43d6d209a6e57a492d57
treec432cf0cee2c73a90144772b3380a41c78631110
parent72cedf599fcebfd6cd2550274d7855838068d28c
ASoC: mediatek: constify snd_soc_ops structures

Declare snd_soc_ops structures as const as they are only stored
in the ops field of a snd_soc_dai_link structure. This field is
of type const, so snd_soc_ops structures having this property
can be made const too.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/mt2701/mt2701-cs42448.c
sound/soc/mediatek/mt8173/mt8173-max98090.c
sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c
sound/soc/mediatek/mt8173/mt8173-rt5650-rt5676.c
sound/soc/mediatek/mt8173/mt8173-rt5650.c