projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9069bf9
)
ASoC: da7219: Update REFERENCES reg default, in-line with HW
author
Adam Thomson
<Adam.Thomson.Opensource@diasemi.com>
Tue, 22 Dec 2015 18:27:53 +0000
(18:27 +0000)
committer
Mark Brown
<broonie@kernel.org>
Wed, 23 Dec 2015 00:11:27 +0000
(
00:11
+0000)
In current AB silicon, BIAS_EN field is enabled by default in the
REFERENCES register, so the regmap default value should reflect
this.
Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/da7219.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/da7219.c
b/sound/soc/codecs/da7219.c
index 9136a8b6f593d0d0bc0b195843ba3c63ff2b2dfb..0a177ae8e0c37941f1dd36d6cfc327301ab35e6b 100644
(file)
--- a/
sound/soc/codecs/da7219.c
+++ b/
sound/soc/codecs/da7219.c
@@
-1788,7
+1788,7
@@
static struct reg_default da7219_reg_defaults[] = {
{ DA7219_DIG_ROUTING_DAC, 0x32 },
{ DA7219_DAI_OFFSET_LOWER, 0x00 },
{ DA7219_DAI_OFFSET_UPPER, 0x00 },
- { DA7219_REFERENCES, 0x0
0
},
+ { DA7219_REFERENCES, 0x0
8
},
{ DA7219_MIXIN_L_SELECT, 0x00 },
{ DA7219_MIXIN_L_GAIN, 0x03 },
{ DA7219_ADC_L_GAIN, 0x6F },