ASoC: Constify snd_soc_dai_ops variables
authorAxel Lin <axel.lin@ingics.com>
Wed, 15 Jul 2015 07:38:14 +0000 (15:38 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 15 Jul 2015 11:12:46 +0000 (12:12 +0100)
commit64793047558781330a1d13b159a2bc9385bdf97f
tree2f574a0b89a19922961e7827fb4d85dbda75e31c
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
ASoC: Constify snd_soc_dai_ops variables

The snd_soc_dai_ops variables are not modified after initialization in
these drivers, so make them const.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
13 files changed:
sound/soc/codecs/cs42l52.c
sound/soc/codecs/cs42l56.c
sound/soc/codecs/isabelle.c
sound/soc/codecs/lm49453.c
sound/soc/codecs/max98090.c
sound/soc/codecs/max98357a.c
sound/soc/codecs/mc13783.c
sound/soc/codecs/rt5645.c
sound/soc/codecs/rt5670.c
sound/soc/codecs/rt5677.c
sound/soc/codecs/si476x.c
sound/soc/codecs/tas2552.c
sound/soc/codecs/tlv320aic31xx.c
This page took 0.026144 seconds and 5 git commands to generate.