diff options
Diffstat (limited to 'sound/soc/codecs/rt5645.c')
-rw-r--r-- | sound/soc/codecs/rt5645.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index e16724a11c47..3153aa0fe51b 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c | |||
@@ -2742,7 +2742,7 @@ static int rt5645_i2c_probe(struct i2c_client *i2c, | |||
2742 | 2742 | ||
2743 | case RT5645_DMIC_DATA_GPIO12: | 2743 | case RT5645_DMIC_DATA_GPIO12: |
2744 | regmap_update_bits(rt5645->regmap, RT5645_DMIC_CTRL1, | 2744 | regmap_update_bits(rt5645->regmap, RT5645_DMIC_CTRL1, |
2745 | RT5645_DMIC_1_DP_MASK, RT5645_DMIC_2_DP_GPIO12); | 2745 | RT5645_DMIC_2_DP_MASK, RT5645_DMIC_2_DP_GPIO12); |
2746 | regmap_update_bits(rt5645->regmap, RT5645_GPIO_CTRL1, | 2746 | regmap_update_bits(rt5645->regmap, RT5645_GPIO_CTRL1, |
2747 | RT5645_GP12_PIN_MASK, | 2747 | RT5645_GP12_PIN_MASK, |
2748 | RT5645_GP12_PIN_DMIC2_SDA); | 2748 | RT5645_GP12_PIN_DMIC2_SDA); |