diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2017-06-06 08:59:54 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-06 19:04:52 +0200 |
commit | af2728e4deb9f08721374f3adc06b1d3e7d133ec (patch) | |
tree | d48a1c2b216099dc50a00d80f90da8502e3dccf3 /sound/soc/codecs/rt5663.c | |
parent | Linux 4.12-rc1 (diff) | |
download | linux-af2728e4deb9f08721374f3adc06b1d3e7d133ec.tar.xz linux-af2728e4deb9f08721374f3adc06b1d3e7d133ec.zip |
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.c')
-rw-r--r-- | sound/soc/codecs/rt5663.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5663.c b/sound/soc/codecs/rt5663.c index a32508d7dcfd..8569e8c7d894 100644 --- a/sound/soc/codecs/rt5663.c +++ b/sound/soc/codecs/rt5663.c @@ -3141,7 +3141,7 @@ static int rt5663_i2c_probe(struct i2c_client *i2c, regmap_update_bits(rt5663->regmap, RT5663_DIG_MISC, RT5663_DIG_GATE_CTRL_MASK, RT5663_DIG_GATE_CTRL_EN); regmap_update_bits(rt5663->regmap, RT5663_AUTO_1MRC_CLK, - RT5663_IRQ_POW_SAV_MASK, RT5663_IRQ_POW_SAV_EN); + RT5663_IRQ_MANUAL_MASK, RT5663_IRQ_MANUAL_EN); regmap_update_bits(rt5663->regmap, RT5663_IRQ_1, RT5663_EN_IRQ_JD1_MASK, RT5663_EN_IRQ_JD1_EN); regmap_update_bits(rt5663->regmap, RT5663_GPIO_1, |