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

Commit d8ad28c0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoc: wcd934x: correct MAD micbias setting"

parents 7a4ed459 4c2301d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5136,7 +5136,7 @@ static int tavil_mad_input_put(struct snd_kcontrol *kcontrol,
	snd_soc_update_bits(codec, WCD934X_SOC_MAD_INP_SEL,
	snd_soc_update_bits(codec, WCD934X_SOC_MAD_INP_SEL,
			    0x0F, tavil_mad_input);
			    0x0F, tavil_mad_input);
	snd_soc_update_bits(codec, WCD934X_ANA_MAD_SETUP,
	snd_soc_update_bits(codec, WCD934X_ANA_MAD_SETUP,
			    0x03, mic_bias_found);
			    0x07, mic_bias_found);


	return 0;
	return 0;
}
}