mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ASoC: rockchip: rk817-codec: enable chop and reduce record gain
Signed-off-by: Binyuan Lan <lby@rock-chips.com> Change-Id: I144cf8845961f3c03d53afd48754d20fe7789a66
This commit is contained in:
@@ -318,11 +318,12 @@ static struct rk817_reg_val_typ capture_power_up_list[] = {
|
||||
|
||||
{RK817_CODEC_DDAC_MUTE_MIXCTL, 0x00},
|
||||
{RK817_CODEC_AADC_CFG0, 0x08},
|
||||
{RK817_CODEC_AMIC_CFG0, 0x0f},
|
||||
{RK817_CODEC_AMIC_CFG0, 0x0a},
|
||||
{RK817_CODEC_AMIC_CFG1, 0x30},
|
||||
{RK817_CODEC_DI2S_TXCR3_TXCMD, 0x88},
|
||||
{RK817_CODEC_DDAC_POPD_DACST, 0x02},
|
||||
/* 0x29: -18db to 27db */
|
||||
{RK817_CODEC_DMIC_PGA_GAIN, 0x99},
|
||||
{RK817_CODEC_DMIC_PGA_GAIN, 0xaa},
|
||||
};
|
||||
|
||||
#define RK817_CODEC_CAPTURE_POWER_UP_LIST_LEN \
|
||||
|
||||
Reference in New Issue
Block a user