commit | 6b43c2eb9a7907c3e7ab9210ff6c62322d81e18c | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Tue May 19 21:49:11 2015 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed May 20 11:18:32 2015 +0100 |
tree | 168955fb8a015f86714d2fec8ce6ea4a4d91d1b0 | |
parent | 6d8135ff00385c6b5149e19615c031ab3021df04 [diff] |
ASoC: rt5677: 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.bias_level with snd_soc_codec_get_bias_level() and replace all other manual access to codec->dapm with snd_soc_codec_get_dapm(). Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>