ASoC: Constify ops and compr_ops fields of snd_soc_dai_link
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 10 Jan 2013 16:06:15 +0000 (17:06 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 13 Jan 2013 22:45:21 +0000 (07:45 +0900)
The core does not modify these fields, so they can be made const. This allows
drivers to declare their op tables as const.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found