Skip to content

Commit

Permalink
ASoC: Supply dcs_codes for newer WM1811 revisions
Browse files Browse the repository at this point in the history
Based on initial data.

Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
broonie committed Nov 28, 2011
1 parent fc07ecd commit fc8e6e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -3183,6 +3183,8 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec)
switch (wm8994->revision) {
case 0:
case 1:
case 2:
case 3:
wm8994->hubs.dcs_codes_l = -9;
wm8994->hubs.dcs_codes_r = -5;
break;
Expand Down

0 comments on commit fc8e6e8

Please sign in to comment.