mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
Merge "ASoC: wcd9330: Adjust HPH bias current to 3.5uA"
This commit is contained in:
commit
153fcf87a1
2 changed files with 2 additions and 2 deletions
|
@ -7488,7 +7488,7 @@ static const struct wcd9xxx_reg_mask_val tomtom_reg_defaults[] = {
|
|||
TOMTOM_REG_VAL(TOMTOM_A_CDC_MAD_INP_SEL, 0x01),
|
||||
|
||||
/* Set HPH Path to low power mode */
|
||||
TOMTOM_REG_VAL(TOMTOM_A_RX_HPH_BIAS_PA, 0x55),
|
||||
TOMTOM_REG_VAL(TOMTOM_A_RX_HPH_BIAS_PA, 0x57),
|
||||
|
||||
/* BUCK default */
|
||||
TOMTOM_REG_VAL(TOMTOM_A_BUCK_CTRL_CCL_4, 0x51),
|
||||
|
|
|
@ -579,7 +579,7 @@ void wcd9xxx_enable_high_perf_mode(struct snd_soc_codec *codec,
|
|||
WCD9XXX_A_RX_HPH_L_PA_CTL__POR);
|
||||
snd_soc_write(codec, WCD9XXX_A_RX_HPH_R_PA_CTL,
|
||||
WCD9XXX_A_RX_HPH_R_PA_CTL__POR);
|
||||
snd_soc_write(codec, WCD9XXX_A_RX_HPH_BIAS_PA, 0x55);
|
||||
snd_soc_write(codec, WCD9XXX_A_RX_HPH_BIAS_PA, 0x57);
|
||||
wcd9xxx_enable_buck(codec, clsh_d, true);
|
||||
wcd9xxx_chargepump_request(codec, false);
|
||||
wcd9xxx_enable_anc_delay(codec, false);
|
||||
|
|
Loading…
Reference in a new issue