projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b50c3
)
ASoC: rt5665: fix define of RT5665_HP_DRIVER_5X
author
Bard Liao
<bardliao@realtek.com>
Thu, 16 Mar 2017 05:58:40 +0000
(13:58 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 16 Mar 2017 14:07:50 +0000
(14:07 +0000)
It is (0x3 << 2), not (0x2 << 2).
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5665.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/rt5665.h
b/sound/soc/codecs/rt5665.h
index 12f7080a0d3c3f1eeab2e3083020cffe98599891..a30f5e6d062882724230e2bf2f2d1157ee823a9b 100644
(file)
--- a/
sound/soc/codecs/rt5665.h
+++ b/
sound/soc/codecs/rt5665.h
@@
-1106,7
+1106,7
@@
#define RT5665_HP_DRIVER_MASK (0x3 << 2)
#define RT5665_HP_DRIVER_1X (0x0 << 2)
#define RT5665_HP_DRIVER_3X (0x1 << 2)
-#define RT5665_HP_DRIVER_5X (0x
2
<< 2)
+#define RT5665_HP_DRIVER_5X (0x
3
<< 2)
#define RT5665_LDO1_DVO_MASK (0x3)
#define RT5665_LDO1_DVO_09 (0x0)
#define RT5665_LDO1_DVO_10 (0x1)