ASoC: rt5663: constify snd_soc_dai_ops structure
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 13 Jul 2017 20:37:36 +0000 (15:37 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 17 Jul 2017 15:49:08 +0000 (16:49 +0100)
commit6ccf3a6d031c47d6319cb56ee35dd4b546905e91
tree13ff2f98cb5a0060b0a25ab6471f576b881b03ad
parent450f0f6a8fb499a6ef3d10ab5c29a7c4650a9958
ASoC: rt5663: constify snd_soc_dai_ops structure

This structure is only stored in the ops field of a snd_soc_dai_driver
structure. That field is declared const, so snd_soc_dai_ops structures
that have this property can be declared as const also.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5663.c