Browse Source

asoc: codec: Add call to wcd_usbss_switch_update in the pineapple machine driver

Add a call to wcd_usbss_switch_update(USBSS_HSJ_CONNECT) in the pineapple
machine driver using a usbss-hsj boolean flag.

Change-Id: I47df8ecd1336b119ce17999e4b3c9f9b4592b0b5
Sam Rainey 2 years ago
parent
commit
c718a85553
1 changed files with 6 additions and 0 deletions
  1. 6 0
      asoc/pineapple.c

+ 6 - 0
asoc/pineapple.c

@@ -1351,6 +1351,12 @@ static int msm_snd_card_late_probe(struct snd_soc_card *card)
 	if (!mbhc_calibration)
 		return -ENOMEM;
 	wcd_mbhc_cfg.calibration = mbhc_calibration;
+
+#if IS_ENABLED(CONFIG_QCOM_WCD_USBSS_I2C)
+	if (of_find_property(card->dev->of_node, "qcom,usbss-hsj-connect-enabled", NULL))
+		wcd_usbss_switch_update(WCD_USBSS_HSJ_CONNECT, WCD_USBSS_CABLE_CONNECT);
+#endif
+
 	ret = wcd939x_mbhc_hs_detect(component, &wcd_mbhc_cfg);
 	if (ret) {
 		dev_err(component->dev, "%s: mbhc hs detect failed, err:%d\n",