]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit13aec722f3c14aa6019c800465aa3ddd3638d305
treec8efd6523260c0ccf75f3101df5d727e56a018b9
parentfffc0ca29fdf3a786e74082c698c701d6ebdf720
ASoC: Constify ops and compr_ops fields of snd_soc_dai_link

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>
include/sound/soc.h