ASoC: sm6150: Enable moisture detection polling on Talos

Enable polling when moisture is detected on Talos.

Change-Id: Ice463c8bbbbd5de8b2b8c02cbce2543243b10703
Signed-off-by: Vatsal Bucha <vbucha@codeaurora.org>
This commit is contained in:
Vatsal Bucha
2019-01-11 14:51:52 +05:30
committed by Meng Wang
parent 5bb681434b
commit 3c7524b673

View File

@@ -653,10 +653,11 @@ static struct wcd_mbhc_config wcd_mbhc_cfg = {
.key_code[6] = 0, .key_code[6] = 0,
.key_code[7] = 0, .key_code[7] = 0,
.linein_th = 5000, .linein_th = 5000,
.moisture_en = true, .moisture_en = false,
.mbhc_micbias = MIC_BIAS_2, .mbhc_micbias = MIC_BIAS_2,
.anc_micbias = MIC_BIAS_2, .anc_micbias = MIC_BIAS_2,
.enable_anc_mic_detect = false, .enable_anc_mic_detect = false,
.moisture_duty_cycle_en = true,
}; };
static struct snd_soc_dapm_route wcd_audio_paths_tavil[] = { static struct snd_soc_dapm_route wcd_audio_paths_tavil[] = {