rk2928 codec: enable adc 6db digital gain.

This commit is contained in:
Zheng Yang
2012-09-27 09:43:22 +08:00
parent e47737f792
commit 523c764f96

View File

@@ -155,8 +155,8 @@ static int rk2928_audio_trigger(struct snd_pcm_substream *substream, int cmd,
}
else {
rk2928_write(codec, CODEC_REG_ADC_PGA_GAIN, 0xFF);
// rk2928_write(codec, 0x08, 0xff);
// rk2928_write(codec, 0x09, 0x07);
rk2928_write(codec, 0x08, 0xff);
rk2928_write(codec, 0x09, 0x07);
}
break;
case SNDRV_PCM_TRIGGER_STOP: