From: Mark Brown Date: Mon, 17 Oct 2011 18:38:52 +0000 (+0100) Subject: ASoC: Update WM1811 DCS codes for latest evaluation results X-Git-Tag: v3.3-rc1~14^2~442 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6473a148058f8d65fc013a57090354dc737f6143;p=profile%2Fcommon%2Fkernel-common.git 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 Acked-by: Liam Girdwood --- diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 68e769e..f56c7c5 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) 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;