Merge "ASoc: wcd934x: correct MAD micbias setting"
This commit is contained in:
commit
d8ad28c008
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue