summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5663.h
diff options
context:
space:
mode:
authorOder Chiou <oder_chiou@realtek.com>2017-06-06 14:59:54 +0800
committerMark Brown <broonie@kernel.org>2017-06-06 18:04:52 +0100
commitaf2728e4deb9f08721374f3adc06b1d3e7d133ec (patch)
treed48a1c2b216099dc50a00d80f90da8502e3dccf3 /sound/soc/codecs/rt5663.h
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff)
ASoC: rt5663: Fix the IRQ issue
The patch fixed the IRQ issue. 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 d77fae619f2f..4621812c94d8 100644
--- a/sound/soc/codecs/rt5663.h
+++ b/sound/soc/codecs/rt5663.h
@@ -590,6 +590,10 @@
#define RT5663_IRQ_POW_SAV_JD1_SHIFT 14
#define RT5663_IRQ_POW_SAV_JD1_DIS (0x0 << 14)
#define RT5663_IRQ_POW_SAV_JD1_EN (0x1 << 14)
+#define RT5663_IRQ_MANUAL_MASK (0x1 << 8)
+#define RT5663_IRQ_MANUAL_SHIFT 8
+#define RT5663_IRQ_MANUAL_DIS (0x0 << 8)
+#define RT5663_IRQ_MANUAL_EN (0x1 << 8)
/* IRQ Control 1 (0x00b6) */
#define RT5663_EN_CB_JD_MASK (0x1 << 3)