commit | 0740135a53f04cce7894e1751b34fe660d948cd1 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Jun 01 10:10:27 2015 +0200 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 01 16:42:31 2015 +0100 |
tree | 9f8b216a1c4d8ecff7b39ff5c6637f131cc16900 | |
parent | 002d1c4ed8ca319d638247250ebf3261d92f4e16 [diff] |
ASoC: wm5102: Replace direct snd_soc_codec dapm field access The dapm field of the snd_soc_codec struct is eventually going to be removed, in preparation for this replace all manual access to codec->dapm with snd_soc_codec_get_dapm(). Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>