summaryrefslogtreecommitdiff
path: root/sound/soc/msm/msm8226.c
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-01-28 23:37:37 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-01-28 23:37:34 -0800
commite118ec634184c4f29e71be6dc2acba9002969084 (patch)
tree43b332d3ae68b69d99531a4be51bd062f9c8f4a6 /sound/soc/msm/msm8226.c
parent7f34cba07a7eb77fc583ea56d2f0eb39d33f8f8c (diff)
parent6b7cc3596ecd50cbf70868a9fd492f15e181ff8a (diff)
Merge "ASoC: wcd9xxx: Enable current source support for 2nd mic detection"
Diffstat (limited to 'sound/soc/msm/msm8226.c')
-rw-r--r--sound/soc/msm/msm8226.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/msm/msm8226.c b/sound/soc/msm/msm8226.c
index f081bee2f153..09343622a325 100644
--- a/sound/soc/msm/msm8226.c
+++ b/sound/soc/msm/msm8226.c
@@ -93,7 +93,8 @@ static struct wcd9xxx_mbhc_config mbhc_cfg = {
.swap_gnd_mic = NULL,
.cs_enable_flags = (1 << MBHC_CS_ENABLE_POLLING |
1 << MBHC_CS_ENABLE_INSERTION |
- 1 << MBHC_CS_ENABLE_REMOVAL),
+ 1 << MBHC_CS_ENABLE_REMOVAL |
+ 1 << MBHC_CS_ENABLE_DET_ANC),
.do_recalibration = true,
.use_vddio_meas = true,
.enable_anc_mic_detect = false,