projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0195a
)
ASoC: cs35l32: Fix define for CS35L32_SDOUT_3ST
author
Axel Lin
<axel.lin@ingics.com>
Thu, 23 Jul 2015 00:28:50 +0000
(08:28 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 23 Jul 2015 15:01:56 +0000
(16:01 +0100)
According to the datasheet, the CS35L32_SDOUT_3ST is BIT(3).
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l32.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/cs35l32.h
b/sound/soc/codecs/cs35l32.h
index 31ab804a22bcc19abfb517187a3a7834ee79ea01..1d6c2508cd4112f7d9b45c26f934ce57f3b3ac1b 100644
(file)
--- a/
sound/soc/codecs/cs35l32.h
+++ b/
sound/soc/codecs/cs35l32.h
@@
-80,7
+80,7
@@
struct cs35l32_platform_data {
#define CS35L32_GAIN_MGR_MASK 0x08
#define CS35L32_ADSP_SHARE_MASK 0x08
#define CS35L32_ADSP_DATACFG_MASK 0x30
-#define CS35L32_SDOUT_3ST 0x
80
+#define CS35L32_SDOUT_3ST 0x
08
#define CS35L32_BATT_REC_MASK 0x0E
#define CS35L32_BATT_THRESH_MASK 0x30