commit | 650a18acacf431cf979a49c904028afe636de6b9 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Fri May 15 12:32:57 2015 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri May 15 16:48:56 2015 +0100 |
tree | 45db3c023297f8a87a50dad3414abeabaa3903a2 | |
parent | 378d1e432d9b1504d7ced936837e66dd7d246d45 [diff] |
ASoC: tlv320aic3x: 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>