Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5803bf11 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 732d9e0c d76c2740
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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;
}