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)
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>

No differences found