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:
9875555
)
mfd: wm5110: Update noise gate default to match the patch file
author
Charles Keepax
<ckeepax@opensource.wolfsonmicro.com>
Tue, 17 Sep 2013 14:44:20 +0000
(15:44 +0100)
committer
Lee Jones
<lee.jones@linaro.org>
Wed, 23 Oct 2013 15:21:04 +0000
(16:21 +0100)
The default value for the noise gate control register is changed in the
patch file, we need to reflect this in the defaults array, this patch
does so.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/wm5110-tables.c
patch
|
blob
|
history
diff --git
a/drivers/mfd/wm5110-tables.c
b/drivers/mfd/wm5110-tables.c
index a8a9bb972cfef9ff46cc98179266700b8d0a92c3..f71bd9b3d0a2f0f1602782f796ea9f803ef1525b 100644
(file)
--- a/
drivers/mfd/wm5110-tables.c
+++ b/
drivers/mfd/wm5110-tables.c
@@
-592,7
+592,7
@@
static const struct reg_default wm5110_reg_default[] = {
{ 0x0000043E, 0x0080 }, /* R1086 - DAC Volume Limit 6R */
{ 0x0000043F, 0x0800 }, /* R1087 - Noise Gate Select 6R */
{ 0x00000450, 0x0000 }, /* R1104 - DAC AEC Control 1 */
- { 0x00000458, 0x000
1
}, /* R1112 - Noise Gate Control */
+ { 0x00000458, 0x000
0
}, /* R1112 - Noise Gate Control */
{ 0x00000480, 0x0040 }, /* R1152 - Class W ANC Threshold 1 */
{ 0x00000481, 0x0040 }, /* R1153 - Class W ANC Threshold 2 */
{ 0x00000490, 0x0069 }, /* R1168 - PDM SPK1 CTRL 1 */