Merge "ASoC: wcd938x: Fix micbias droop on WCD938x codec"

This commit is contained in:
qctecmdr
2019-08-11 03:24:33 -07:00
committato da Gerrit - the friendly Code Review server

Vedi File

@@ -177,6 +177,14 @@ static int wcd938x_init_reg(struct snd_soc_component *component)
WCD938X_DIGITAL_TX_REQ_FB_CTL_3, 0xFF, 0x00);
snd_soc_component_update_bits(component,
WCD938X_DIGITAL_TX_REQ_FB_CTL_4, 0xFF, 0x00);
snd_soc_component_update_bits(component,
WCD938X_MICB1_TEST_CTL_1, 0xE0, 0xE0);
snd_soc_component_update_bits(component,
WCD938X_MICB2_TEST_CTL_1, 0xE0, 0xE0);
snd_soc_component_update_bits(component,
WCD938X_MICB3_TEST_CTL_1, 0xE0, 0xE0);
snd_soc_component_update_bits(component,
WCD938X_MICB4_TEST_CTL_1, 0xE0, 0xE0);
return 0;
}