Explorar el Código

config: enable external HDMI codec

Enable external hdmi codec for lahaina.

Change-Id: Ida0fd5c278b01b4ac0abe0593ab9aaa5b781220a
Signed-off-by: Vignesh Kulothungan <[email protected]>
Vignesh Kulothungan hace 5 años
padre
commit
026a509a09
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      config/lahainaauto.conf
  2. 1 0
      config/lahainaautoconf.h

+ 1 - 0
config/lahainaauto.conf

@@ -18,6 +18,7 @@ export CONFIG_SOUNDWIRE=m
 export CONFIG_SOUNDWIRE_MSTR_CTRL=m
 export CONFIG_SND_SOC_QDSP6V2=m
 export CONFIG_SND_SOC_WCD_MBHC_ADC=m
+export CONFIG_SND_SOC_MSM_HDMI_CODEC_RX=m
 export CONFIG_QTI_PP=m
 export CONFIG_SND_HWDEP_ROUTING=m
 export CONFIG_SND_SOC_MSM_STUB=m

+ 1 - 0
config/lahainaautoconf.h

@@ -21,6 +21,7 @@
 #define CONFIG_SOUNDWIRE 1
 #define CONFIG_SOUNDWIRE_MSTR_CTRL 1
 #define CONFIG_SND_SOC_WCD_MBHC_ADC 1
+#define CONFIG_SND_SOC_MSM_HDMI_CODEC_RX 1
 #define CONFIG_SND_SOC_QDSP6V2 1
 #define CONFIG_QTI_PP 1
 #define CONFIG_SND_HWDEP_ROUTING 1