]> Git Repo - linux.git/commit - sound/soc/codecs/wm8996.c
ASoC: wm8996: Replace direct snd_soc_codec dapm field access
authorLars-Peter Clausen <[email protected]>
Mon, 1 Jun 2015 08:11:02 +0000 (10:11 +0200)
committerMark Brown <[email protected]>
Mon, 1 Jun 2015 15:45:46 +0000 (16:45 +0100)
commit6a141e462ef878fd395e838d8bfc2624104dc66c
treeffb0543f75cb9e0dd54f2820cb13f9fe4b540513
parenta01ddd388d4789af6124889d11cc27f6263a9af1
ASoC: wm8996: 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 <[email protected]>
Acked-by: Charles Keepax <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/wm8996.c
This page took 0.038952 seconds and 4 git commands to generate.