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>
This commit is contained in:
Oder Chiou
2017-06-06 14:59:54 +08:00
committed by Mark Brown
parent 2ea659a9ef
commit af2728e4de
2 changed files with 5 additions and 1 deletions

View File

@@ -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)