From: Mark Brown Date: Mon, 1 Feb 2010 18:31:06 +0000 (+0000) Subject: ASoC: Activate DCS correction for WM8993 X-Git-Tag: v2.6.34-rc1~3^2~3^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be587ef4f20cb5a0e42264909fa702a24081a160;p=profile%2Fivi%2Fkernel-x86-ivi.git ASoC: Activate DCS correction for WM8993 Use a two code correction for optimal performance. Signed-off-by: Mark Brown Acked-by: Liam Girdwood --- diff --git a/sound/soc/codecs/wm8993.c b/sound/soc/codecs/wm8993.c index bacfc2f..61239e0 100644 --- a/sound/soc/codecs/wm8993.c +++ b/sound/soc/codecs/wm8993.c @@ -1,7 +1,7 @@ /* * wm8993.c -- WM8993 ALSA SoC audio driver * - * Copyright 2009 Wolfson Microelectronics plc + * Copyright 2009, 2010 Wolfson Microelectronics plc * * Author: Mark Brown * @@ -1598,6 +1598,7 @@ static int wm8993_i2c_probe(struct i2c_client *i2c, codec->private_data = wm8993; wm8993->hubs_data.hp_startup_mode = 1; + wm8993->hubs_data.dcs_codes = -2; memcpy(wm8993->reg_cache, wm8993_reg_defaults, sizeof(wm8993->reg_cache));