Browse Source

ASoC: Update WM1811 DCS codes for latest evaluation results

Evaluation of larger quantities of material has provided new DCS codes
values to be applied for WM1811.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Mark Brown 13 years ago
parent
commit
6473a14805
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sound/soc/codecs/wm8994.c

+ 2 - 2
sound/soc/codecs/wm8994.c

@@ -3163,8 +3163,8 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec)
 		switch (wm8994->revision) {
 		case 0:
 		case 1:
-			wm8994->hubs.dcs_codes_l = -7;
-			wm8994->hubs.dcs_codes_r = -4;
+			wm8994->hubs.dcs_codes_l = -9;
+			wm8994->hubs.dcs_codes_r = -5;
 			break;
 		default:
 			break;