Browse Source

asoc: holi: AATC feature in holi machine driver

Update holi machine driver to support ATTC over FSA driver.

Change-Id: I3ac6af5908c4b69e8e8d65a006505fa0f4ceb009
Signed-off-by: Sairam Peri<[email protected]>
Sairam Peri 1 year ago
parent
commit
ddf13ee301
1 changed files with 2 additions and 3 deletions
  1. 2 3
      asoc/holi.c

+ 2 - 3
asoc/holi.c

@@ -14,7 +14,7 @@
 #include <linux/module.h>
 #include <linux/module.h>
 #include <linux/input.h>
 #include <linux/input.h>
 #include <linux/of_device.h>
 #include <linux/of_device.h>
-//#include <linux/soc/qcom/fsa4480-i2c.h>
+#include <linux/soc/qcom/fsa4480-i2c.h>
 #include <linux/pm_qos.h>
 #include <linux/pm_qos.h>
 #include <linux/nvmem-consumer.h>
 #include <linux/nvmem-consumer.h>
 #include <sound/control.h>
 #include <sound/control.h>
@@ -276,8 +276,7 @@ static bool msm_usbc_swap_gnd_mic(struct snd_soc_component *component,
 	if (!pdata->fsa_handle)
 	if (!pdata->fsa_handle)
 		return false;
 		return false;
 
 
-	//return fsa4480_switch_event(pdata->fsa_handle, FSA_MIC_GND_SWAP);
-	return true;
+	return fsa4480_switch_event(pdata->fsa_handle, FSA_MIC_GND_SWAP);
 }
 }
 
 
 static bool msm_swap_gnd_mic(struct snd_soc_component *component, bool active)
 static bool msm_swap_gnd_mic(struct snd_soc_component *component, bool active)