Merge "ASoC: wcd9330: Adjust HPH bias current to 3.5uA"

This commit is contained in:
Linux Build Service Account 2015-05-31 23:12:18 -07:00 committed by Gerrit - the friendly Code Review server
commit 153fcf87a1
2 changed files with 2 additions and 2 deletions

View file

@ -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),

View file

@ -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);