From: Axel Lin Date: Wed, 26 Oct 2011 01:53:41 +0000 (+0800) Subject: ASoC: wm8940: Properly set codec->dapm.bias_level X-Git-Tag: firefly_0821_release~7541^2~2463 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dae187ec04a6f7752b140d789269730791a7388f;p=firefly-linux-kernel-4.4.55.git ASoC: wm8940: Properly set codec->dapm.bias_level commit 5927f94700e860ae27ff24e7f3bc9e4f7b9922eb upstream. Reported-by: Chris Paulson-Ellis Signed-off-by: Axel Lin Signed-off-by: Mark Brown Signed-off-by: Greg Kroah-Hartman --- diff --git a/sound/soc/codecs/wm8940.c b/sound/soc/codecs/wm8940.c index 25580e3ee7c4..d4ecb3f2d8d8 100644 --- a/sound/soc/codecs/wm8940.c +++ b/sound/soc/codecs/wm8940.c @@ -472,6 +472,8 @@ static int wm8940_set_bias_level(struct snd_soc_codec *codec, break; } + codec->dapm.bias_level = level; + return ret; }