diff options
Diffstat (limited to 'sound/soc/codecs/rt5645.c')
| -rw-r--r-- | sound/soc/codecs/rt5645.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 10c2a564a715..1ac96ef9ee20 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c | |||
| @@ -3833,6 +3833,9 @@ static int rt5645_i2c_probe(struct i2c_client *i2c, | |||
| 3833 | } | 3833 | } |
| 3834 | } | 3834 | } |
| 3835 | 3835 | ||
| 3836 | regmap_update_bits(rt5645->regmap, RT5645_ADDA_CLK1, | ||
| 3837 | RT5645_I2S_PD1_MASK, RT5645_I2S_PD1_2); | ||
| 3838 | |||
| 3836 | if (rt5645->pdata.jd_invert) { | 3839 | if (rt5645->pdata.jd_invert) { |
| 3837 | regmap_update_bits(rt5645->regmap, RT5645_IRQ_CTRL2, | 3840 | regmap_update_bits(rt5645->regmap, RT5645_IRQ_CTRL2, |
| 3838 | RT5645_JD_1_1_MASK, RT5645_JD_1_1_INV); | 3841 | RT5645_JD_1_1_MASK, RT5645_JD_1_1_INV); |
