mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
rk2928 codec: enable adc 6db digital gain.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user