commit | d06e48db1670b29b3f62f1dfe4a36af237d5aa0d | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Tue Apr 12 19:31:01 2011 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Apr 13 10:34:26 2011 -0700 |
tree | b11558c2bcdc230b30edf592c357022dba3818fa | |
parent | ec5af076f53da800eef939ab092561d85f162637 [diff] |
ASoC: Make struct snd_soc_card's dapm_widgets and dapm_routes const 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>