commit | af2f010e0f12fdeb26fce502adf4b353daeb302c | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <garsilva@embeddedor.com> | Thu Jul 13 15:37:48 2017 -0500 |
committer | Mark Brown <broonie@kernel.org> | Mon Jul 17 16:51:55 2017 +0100 |
tree | cc27a105d18637e44f392fd3b0f14d6d06fad533 | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 [diff] |
ASoC: msm8916-wcd-analog: 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>