From 9d26384962abee6d37f27969202d2a30add9ae68 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 8 Nov 2011 15:42:21 -0800 Subject: [PATCH] Revert "ASoC: wm8940: Properly set codec->dapm.bias_level" This reverts commit d85b1ce7fd0ecfdd43e8c3e67eb953900c209939. It breaks the build and probably shouldn't be in the 2.6.32 kernel Reported-by: Stefan Bader Cc: Chris Paulson-Ellis Cc: Axel Lin Cc: Mark Brown Signed-off-by: Greg Kroah-Hartman --- sound/soc/codecs/wm8940.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sound/soc/codecs/wm8940.c b/sound/soc/codecs/wm8940.c index c9510a52f4912..63bc2ae736a1d 100644 --- a/sound/soc/codecs/wm8940.c +++ b/sound/soc/codecs/wm8940.c @@ -473,8 +473,6 @@ static int wm8940_set_bias_level(struct snd_soc_codec *codec, break; } - codec->dapm.bias_level = level; - return ret; }