瀏覽代碼

Merge "ASoC: sm6150: Enable moisture detection polling on Talos"

Linux Build Service Account 6 年之前
父節點
當前提交
e0db029111
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      asoc/sm6150.c

+ 2 - 1
asoc/sm6150.c

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