projects
/
unionfs-2.6.38.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8c974f
)
ASoC: sglt5000: Fix the default value of CHIP_SSS_CTRL
author
Fabio Estevam
<fabio.estevam@freescale.com>
Thu, 4 Jul 2013 23:01:02 +0000
(20:01 -0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 4 Aug 2013 08:50:38 +0000
(16:50 +0800)
commit
016fcab8ff46fca29375d484226ec91932aa4a07
upstream.
According to the sgtl5000 reference manual, the default value of CHIP_SSS_CTRL
is 0x10.
Reported-by: Oskar Schirmer <oskar@scara.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/codecs/sgtl5000.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/sgtl5000.c
b/sound/soc/codecs/sgtl5000.c
index 92bbfec9b107a0ec5ee55205b9272ce9e67caa74..ea479388fb5c55d80fbffbd77e586b330b6ba0da 100644
(file)
--- a/
sound/soc/codecs/sgtl5000.c
+++ b/
sound/soc/codecs/sgtl5000.c
@@
-37,7
+37,7
@@
static const u16 sgtl5000_regs[SGTL5000_MAX_REG_OFFSET] = {
[SGTL5000_CHIP_CLK_CTRL] = 0x0008,
[SGTL5000_CHIP_I2S_CTRL] = 0x0010,
- [SGTL5000_CHIP_SSS_CTRL] = 0x00
08
,
+ [SGTL5000_CHIP_SSS_CTRL] = 0x00
10
,
[SGTL5000_CHIP_DAC_VOL] = 0x3c3c,
[SGTL5000_CHIP_PAD_STRENGTH] = 0x015f,
[SGTL5000_CHIP_ANA_HP_CTRL] = 0x1818,