phonepad: solve V1.2 codec driver cause incall upstream no sound error.
author宋秀杰 <sxj@rock-chips.com>
Thu, 27 Sep 2012 07:18:55 +0000 (15:18 +0800)
committer宋秀杰 <sxj@rock-chips.com>
Thu, 27 Sep 2012 07:18:55 +0000 (15:18 +0800)
sound/soc/codecs/rt5623.c

index 93678ee0d6b9da8dc346d3b01997b5e22a6af324..f4ac82c7e5325811480cf57bbc7da4c7138b9eec 100644 (file)
@@ -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},