diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-17 14:38:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-10-18 06:15:36 -0400 |
commit | 6473a148058f8d65fc013a57090354dc737f6143 (patch) | |
tree | dbed24c29e2c4387bdf35ae512fda4814ee590bd /sound | |
parent | a6785d7df8d2790d99a4788a612764a92fb9f498 (diff) |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/wm8994.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 68e769ead7d0..f56c7c5fab10 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -3163,8 +3163,8 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec) | |||
3163 | switch (wm8994->revision) { | 3163 | switch (wm8994->revision) { |
3164 | case 0: | 3164 | case 0: |
3165 | case 1: | 3165 | case 1: |
3166 | wm8994->hubs.dcs_codes_l = -7; | 3166 | wm8994->hubs.dcs_codes_l = -9; |
3167 | wm8994->hubs.dcs_codes_r = -4; | 3167 | wm8994->hubs.dcs_codes_r = -5; |
3168 | break; | 3168 | break; |
3169 | default: | 3169 | default: |
3170 | break; | 3170 | break; |