projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0198c89
)
ASoC: wm8940: Properly set codec->dapm.bias_level
author
Axel Lin
<axel.lin@gmail.com>
Wed, 26 Oct 2011 01:53:41 +0000
(09:53 +0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 11 Nov 2011 17:36:00 +0000
(09:36 -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
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8940.c
b/sound/soc/codecs/wm8940.c
index 25580e3ee7c4d18f5941edce1ace022774b6e3c5..d4ecb3f2d8d8579ecaae60830d545ac17f63fdf2 100644
(file)
--- 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;
}