mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
rk3368 codec : fix the es8316 codec capture gain
Signed-off-by: smj <smj@rock-chips.com>
This commit is contained in:
parent
038a1c5317
commit
e1be224e4c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user