diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2015-08-24 14:32:58 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-25 19:59:47 +0200 |
commit | 4aed4c9efb30253483869c58236ab00bdfa45630 (patch) | |
tree | 90bce8de8cf217b6e4899deea63e998c90c55b00 /sound/soc/codecs/rt5645.c | |
parent | ASoC: rt5645: Modify the jack detection function to prevent the pop sound whi... (diff) | |
download | linux-4aed4c9efb30253483869c58236ab00bdfa45630.tar.xz linux-4aed4c9efb30253483869c58236ab00bdfa45630.zip |
ASoC: rt5645: Remove the incorrect setting of the JD mode
The patch removes the incorrect setting of the JD mode. It will cause pop
sound in the booting time.
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5645.c')
-rw-r--r-- | sound/soc/codecs/rt5645.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index bcb44de002c9..d9f34421414e 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c @@ -3373,8 +3373,6 @@ static int rt5645_i2c_probe(struct i2c_client *i2c, regmap_update_bits(rt5645->regmap, RT5645_GEN_CTRL3, RT5645_IRQ_CLK_GATE_CTRL, RT5645_IRQ_CLK_GATE_CTRL); - regmap_update_bits(rt5645->regmap, RT5645_IN1_CTRL1, - RT5645_CBJ_BST1_EN, RT5645_CBJ_BST1_EN); regmap_update_bits(rt5645->regmap, RT5645_MICBIAS, RT5645_IRQ_CLK_INT, RT5645_IRQ_CLK_INT); regmap_update_bits(rt5645->regmap, RT5645_IRQ_CTRL2, |