summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5663.h
diff options
context:
space:
mode:
authoroder_chiou@realtek.com2017-12-14 02:54:07 +0100
committerMark Brown2017-12-14 12:13:33 +0100
commit958d022e326810fd762505bd02007aced79ffcbc (patch)
tree8e5f58ada4b53a80738c7f671f1ee6a777d8012f /sound/soc/codecs/rt5663.h
parentLinux 4.15-rc1 (diff)
downloadkernel-qcow2-linux-958d022e326810fd762505bd02007aced79ffcbc.tar.gz
kernel-qcow2-linux-958d022e326810fd762505bd02007aced79ffcbc.tar.xz
kernel-qcow2-linux-958d022e326810fd762505bd02007aced79ffcbc.zip
ASoC: rt5663: Fix the wrong result of the first jack detection
In the first jack detection while booting, the result will always show as headset, even we insert the headphone. Signed-off-by: Oder Chiou <oder_chiou@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5663.h')
-rw-r--r--sound/soc/codecs/rt5663.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5663.h b/sound/soc/codecs/rt5663.h
index c5a9b69579ad..03adc8004ba9 100644
--- a/sound/soc/codecs/rt5663.h
+++ b/sound/soc/codecs/rt5663.h
@@ -1029,6 +1029,10 @@
#define RT5663_POL_EXT_JD_SHIFT 10
#define RT5663_POL_EXT_JD_EN (0x1 << 10)
#define RT5663_POL_EXT_JD_DIS (0x0 << 10)
+#define RT5663_EM_JD_MASK (0x1 << 7)
+#define RT5663_EM_JD_SHIFT 7
+#define RT5663_EM_JD_NOR (0x1 << 7)
+#define RT5663_EM_JD_RST (0x0 << 7)
/* DACREF LDO Control (0x0112)*/
#define RT5663_PWR_LDO_DACREFL_MASK (0x1 << 9)