ASoC: wcd937x: update micbias noise filter resistance

Update micbias noise filter resistance for better performance
during audio capture.

Change-Id: If80b967dd7f9bbf7e683c6da53a1aa93924c6877
Signed-off-by: Vatsal Bucha <vbucha@codeaurora.org>
This commit is contained in:
Vatsal Bucha
2019-03-13 13:30:51 +05:30
committad av Meng Wang
förälder e039f16fa4
incheckning eb7519911f

Visa fil

@@ -134,6 +134,12 @@ static int wcd937x_init_reg(struct snd_soc_component *component)
snd_soc_component_update_bits(component,
WCD937X_HPH_SURGE_HPHLR_SURGE_EN,
0xFF, 0xD9);
snd_soc_component_update_bits(component, WCD937X_MICB1_TEST_CTL_1,
0xFF, 0xFA);
snd_soc_component_update_bits(component, WCD937X_MICB2_TEST_CTL_1,
0xFF, 0xFA);
snd_soc_component_update_bits(component, WCD937X_MICB3_TEST_CTL_1,
0xFF, 0xFA);
return 0;
}