From def1a6eb33ad1260e8ae85112a88935119059a5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=AE=8B=E7=A7=80=E6=9D=B0?= Date: Thu, 27 Sep 2012 15:18:55 +0800 Subject: [PATCH] phonepad: solve V1.2 codec driver cause incall upstream no sound error. --- sound/soc/codecs/rt5623.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/rt5623.c b/sound/soc/codecs/rt5623.c index 93678ee0d6b9..f4ac82c7e532 100644 --- a/sound/soc/codecs/rt5623.c +++ b/sound/soc/codecs/rt5623.c @@ -96,11 +96,11 @@ struct rt5623_reg { static struct rt5623_reg init_data[] = { {RT5623_PWR_MANAG_ADD3 , 0x8000}, {RT5623_PWR_MANAG_ADD2 , 0x2000}, - {RT5623_LINE_IN_VOL , 0xe808}, + {RT5623_LINE_IN_VOL , 0xa808}, {RT5623_STEREO_DAC_VOL , 0x6808}, {RT5623_OUTPUT_MIXER_CTRL , 0x1400}, {RT5623_ADC_REC_GAIN , 0xf58b}, - {RT5623_ADC_REC_MIXER , 0x6f6f}, + {RT5623_ADC_REC_MIXER , 0x7d7d}, {RT5623_AUDIO_INTERFACE , 0x8083}, {RT5623_STEREO_AD_DA_CLK_CTRL , 0x0a2d}, {RT5623_PWR_MANAG_ADD1 , 0x8000}, -- 2.34.1