aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/rt274.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt274.c b/sound/soc/codecs/rt274.c
index 81e29ba2f50c..fb683ffc4e03 100644
--- a/sound/soc/codecs/rt274.c
+++ b/sound/soc/codecs/rt274.c
@@ -1159,7 +1159,7 @@ static int rt274_i2c_probe(struct i2c_client *i2c,
1159 regmap_update_bits(rt274->regmap, 0x6f, 0x3000, 0x2000); 1159 regmap_update_bits(rt274->regmap, 0x6f, 0x3000, 0x2000);
1160 /* HP DC Calibration */ 1160 /* HP DC Calibration */
1161 regmap_update_bits(rt274->regmap, 0x6f, 0xf, 0x0); 1161 regmap_update_bits(rt274->regmap, 0x6f, 0xf, 0x0);
1162 //Set NID=58h.Index 00h [15]= 1b; 1162 /* Set NID=58h.Index 00h [15]= 1b; */
1163 regmap_write(rt274->regmap, RT274_COEF58_INDEX, 0x00); 1163 regmap_write(rt274->regmap, RT274_COEF58_INDEX, 0x00);
1164 regmap_write(rt274->regmap, RT274_COEF58_COEF, 0xb888); 1164 regmap_write(rt274->regmap, RT274_COEF58_COEF, 0xb888);
1165 msleep(500); 1165 msleep(500);