blob: 86e9e9d6c043a8bc290f23ca636126bfb2691f68 [file] [log] [blame]
From 5927f94700e860ae27ff24e7f3bc9e4f7b9922eb Mon Sep 17 00:00:00 2001
From: Axel Lin <axel.lin@gmail.com>
Date: Wed, 26 Oct 2011 09:53:41 +0800
Subject: ASoC: wm8940: Properly set codec->dapm.bias_level
From: Axel Lin <axel.lin@gmail.com>
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 | 2 ++
1 file changed, 2 insertions(+)
--- a/sound/soc/codecs/wm8940.c
+++ b/sound/soc/codecs/wm8940.c
@@ -470,6 +470,8 @@ static int wm8940_set_bias_level(struct
break;
}
+ codec->dapm.bias_level = level;
+
return ret;
}