Skip to content

Commit

Permalink
ASoC: Update WM1811 DCS codes for latest evaluation results
Browse files Browse the repository at this point in the history
Evaluation of larger quantities of material has provided new DCS codes
values to be applied for WM1811.

Signed-off-by: Mark Brown <[email protected]>
Acked-by: Liam Girdwood <[email protected]>
  • Loading branch information
broonie committed Oct 18, 2011
1 parent a6785d7 commit 6473a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6473a14

Please sign in to comment.