summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-11-02 14:41:32 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-02 14:41:32 -0700
commitd8ad28c00822a30b4c6f94207b355e0c9ec7345a (patch)
tree863619af327f506bdce30a14a52fad336da16dbe
parent7a4ed459e76c5e6ab23d3683a907d14e80ececb2 (diff)
parent4c2301d047ad46489b84722135ab189de3b4c123 (diff)
Merge "ASoc: wcd934x: correct MAD micbias setting"
-rw-r--r--sound/soc/codecs/wcd934x/wcd934x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wcd934x/wcd934x.c b/sound/soc/codecs/wcd934x/wcd934x.c
index 5d6119c6d86a..d77217892f12 100644
--- a/sound/soc/codecs/wcd934x/wcd934x.c
+++ b/sound/soc/codecs/wcd934x/wcd934x.c
@@ -5136,7 +5136,7 @@ static int tavil_mad_input_put(struct snd_kcontrol *kcontrol,
snd_soc_update_bits(codec, WCD934X_SOC_MAD_INP_SEL,
0x0F, tavil_mad_input);
snd_soc_update_bits(codec, WCD934X_ANA_MAD_SETUP,
- 0x03, mic_bias_found);
+ 0x07, mic_bias_found);
return 0;
}