Commit 8a0bbbeb authored by Eric Bénard's avatar Eric Bénard Committed by Mark Brown
Browse files

ASoC: eukrea-tlv320: add support for cpuimx35sd

parent 50e8ce14
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -32,6 +32,6 @@ config SND_SOC_EUKREA_TLV320
	select SND_SOC_TLV320AIC23
	select SND_SOC_TLV320AIC23
	help
	help
	  Enable I2S based access to the TLV320AIC23B codec attached
	  Enable I2S based access to the TLV320AIC23B codec attached
	  to the SSI4 interface
	  to the SSI interface


endif	# SND_IMX_SOC
endif	# SND_IMX_SOC
+2 −1
Original line number Original line Diff line number Diff line
@@ -101,7 +101,8 @@ static int __init eukrea_tlv320_init(void)
{
{
	int ret;
	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 happy. We might run on a totally different machine */
		return 0;
		return 0;