Browse Source

ASoC: rouleur-mbhc: Fix aux cable detected as unsupported sometimes

Aux cable is detected as unsupported sometimes due to it being
detected as cross conn. Increase hph cross conn threshold to 350mV
so that it detects fine.

Change-Id: I87e4bd36f80d7cd62e06c76acf9c9d06bb6f148a
Signed-off-by: Vatsal Bucha <[email protected]>
Vatsal Bucha 4 years ago
parent
commit
b5449b40d7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      asoc/codecs/rouleur/rouleur-mbhc.c

+ 2 - 2
asoc/codecs/rouleur/rouleur-mbhc.c

@@ -33,8 +33,8 @@
 #define ROULEUR_ZDET_C3                 4500
 
 /* Cross connection thresholds in mV */
-#define ROULEUR_HPHL_CROSS_CONN_THRESHOLD 200
-#define ROULEUR_HPHR_CROSS_CONN_THRESHOLD 200
+#define ROULEUR_HPHL_CROSS_CONN_THRESHOLD 350
+#define ROULEUR_HPHR_CROSS_CONN_THRESHOLD 350
 
 static struct wcd_mbhc_register
 	wcd_mbhc_registers[WCD_MBHC_REG_FUNC_MAX] = {