commit | f21d1e22eeeb99794944fd6eedf92c69f125e37f | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon May 04 18:46:10 2015 +0200 |
committer | Mark Brown <broonie@kernel.org> | Mon May 04 18:31:17 2015 +0100 |
tree | ee603d4298d420dffde9d1f514f2c73d05835db4 | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 [diff] |
ASoC: adau1977: 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 all remaining 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>