瀏覽代碼

ASoC: eukrea-tlv320: add support for cpuimx35sd

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Eric Bénard 15 年之前
父節點
當前提交
8a0bbbeb58
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 1
      sound/soc/imx/Kconfig
  2. 2 1
      sound/soc/imx/eukrea-tlv320.c

+ 1 - 1
sound/soc/imx/Kconfig

@@ -32,6 +32,6 @@ config SND_SOC_EUKREA_TLV320
 	select SND_SOC_TLV320AIC23
 	help
 	  Enable I2S based access to the TLV320AIC23B codec attached
-	  to the SSI4 interface
+	  to the SSI interface
 
 endif	# SND_IMX_SOC

+ 2 - 1
sound/soc/imx/eukrea-tlv320.c

@@ -101,7 +101,8 @@ static int __init eukrea_tlv320_init(void)
 {
 	int ret;
 
-	if (!machine_is_eukrea_cpuimx27() && !machine_is_eukrea_cpuimx25sd())
+	if (!machine_is_eukrea_cpuimx27() && !machine_is_eukrea_cpuimx25sd()
+		&& !machine_is_eukrea_cpuimx35sd())
 		/* return happy. We might run on a totally different machine */
 		return 0;