rk3368 codec : fix the es8316 codec capture gain

Signed-off-by: smj <smj@rock-chips.com>
This commit is contained in:
smj 2015-03-04 16:14:50 +08:00
parent 038a1c5317
commit e1be224e4c

View File

@ -949,7 +949,7 @@ static int es8316_init_regs(struct snd_soc_codec *codec)
snd_soc_write(codec, ES8316_TESTMODE_REG50, 0xA0);
snd_soc_write(codec, ES8316_TEST2_REG52, 0x03);
/*alc set*/
snd_soc_write(codec, ES8316_ADC_PGAGAIN_REG23, 0xa0);
snd_soc_write(codec, ES8316_ADC_PGAGAIN_REG23, 0x60);
snd_soc_write(codec, ES8316_ADC_D2SEPGA_REG24, 0x01);
/*adc ds mode, HPF enable*/
snd_soc_write(codec, ES8316_ADC_DMIC_REG25, 0x08);