ASoC: tegra: constify snd_soc_dai_ops structure
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Thu, 13 Jul 2017 05:47:35 +0000 (00:47 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 17 Jul 2017 15:15:48 +0000 (16:15 +0100)
commit583ac685986963737997d0f6df569a3daab9c097
treea2964b56df252ff50a95c52019ff0794c1dbc4ed
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
ASoC: tegra: 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>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra30_i2s.c