projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f9efcd
)
mfd: wm8994: Fix register default for WM1811 AntiPOP2
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 5 Mar 2012 23:42:06 +0000
(23:42 +0000)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Fri, 16 Mar 2012 16:44:51 +0000
(17:44 +0100)
Should be all bits clear.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/wm8994-regmap.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/wm8994-regmap.c
b/drivers/mfd/wm8994-regmap.c
index bd50d806770a51d0b58b2fa528de5adf7272cce3..f00427d93f24e377155fe706bca120f283ba08e2 100644
(file)
--- a/
drivers/mfd/wm8994-regmap.c
+++ b/
drivers/mfd/wm8994-regmap.c
@@
-59,7
+59,7
@@
static struct reg_default wm1811_defaults[] = {
{ 0x0036, 0x0000 }, /* R54 - Speaker Mixer */
{ 0x0037, 0x0000 }, /* R55 - Additional Control */
{ 0x0038, 0x0000 }, /* R56 - AntiPOP (1) */
- { 0x0039, 0x0
18
0 }, /* R57 - AntiPOP (2) */
+ { 0x0039, 0x0
00
0 }, /* R57 - AntiPOP (2) */
{ 0x003B, 0x000D }, /* R59 - LDO 1 */
{ 0x003C, 0x0003 }, /* R60 - LDO 2 */
{ 0x003D, 0x0039 }, /* R61 - MICBIAS1 */