提交 8a0bbbeb 编写于 作者: E Eric Bénard 提交者: Mark Brown

ASoC: eukrea-tlv320: add support for cpuimx35sd

Signed-off-by: NEric Bénard <eric@eukrea.com>
Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 50e8ce14
......@@ -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
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册