ASoC: wm8940: Properly set codec->dapm.bias_level
authorAxel Lin <axel.lin@gmail.com>
Wed, 26 Oct 2011 01:53:41 +0000 (09:53 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Nov 2011 20:32:31 +0000 (12:32 -0800)
commit 5927f94700e860ae27ff24e7f3bc9e4f7b9922eb upstream.

Reported-by: Chris Paulson-Ellis <chris@edesix.com>
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/soc/codecs/wm8940.c

index 63bc2ae736a1d19c8c31d347c2fb42ad051604d0..c9510a52f4912c1e8398edd46d14061fb8ac1f0e 100644 (file)
@@ -473,6 +473,8 @@ static int wm8940_set_bias_level(struct snd_soc_codec *codec,
                break;
        }
 
+       codec->dapm.bias_level = level;
+
        return ret;
 }