ASoC: codecs: constify snd_soc_dai_ops structures
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Fri, 18 Aug 2017 12:05:59 +0000 (17:35 +0530)
committerMark Brown <broonie@kernel.org>
Fri, 18 Aug 2017 12:17:48 +0000 (13:17 +0100)
commiteb59d73cb535ba32df928f210fb9a8529bf465c0
treebf01e06e26ef7bad9035bd824875e29b5f0d7dd8
parent6e37f933ed1ade3201dd609d103c0ef79c0ef6b0
ASoC: codecs: constify snd_soc_dai_ops structures

snd_soc_dai_ops are not supposed to change at runtime. All functions
working with snd_soc_dai_ops provided by <sound/soc-dai.h> work with
const snd_soc_dai_ops. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs42l42.c
sound/soc/codecs/es8316.c
sound/soc/codecs/inno_rk3036.c
sound/soc/codecs/max9867.c
sound/soc/codecs/max98926.c
sound/soc/codecs/msm8916-wcd-analog.c
sound/soc/codecs/rt5616.c
sound/soc/codecs/rt5663.c
sound/soc/codecs/tas5720.c
sound/soc/codecs/zx_aud96p22.c