]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: pcm512x: Replace direct snd_soc_codec dapm field access
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 15 May 2015 10:32:55 +0000 (12:32 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 15 May 2015 15:48:56 +0000 (16:48 +0100)
commitb6070c11cdaa31ecc5273bdfb8d2239026f10a90
treee855af5c7b96d2b57636cabad685cc9f185bdf0c
parentedc20cadcccc19953fe0ab117d854af04f4d9c8c
ASoC: pcm512x: 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().

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/pcm512x.c