ASoC: Make struct snd_soc_card's dapm_widgets and dapm_routes const
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 12 Apr 2011 17:31:01 +0000 (19:31 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 13 Apr 2011 17:34:26 +0000 (10:34 -0700)
Those should not be modified (and are not) by the core code, so make them const.
This also makes them consistent with the same members of snd_soc_codec.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/soc.h

Simple merge