diff options
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/imx/Kconfig | 2 | ||||
-rw-r--r-- | sound/soc/imx/eukrea-tlv320.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig index 2f0d6d3e75dc..52dac5e3874c 100644 --- a/sound/soc/imx/Kconfig +++ b/sound/soc/imx/Kconfig | |||
@@ -32,6 +32,6 @@ config SND_SOC_EUKREA_TLV320 | |||
32 | select SND_SOC_TLV320AIC23 | 32 | select SND_SOC_TLV320AIC23 |
33 | help | 33 | help |
34 | Enable I2S based access to the TLV320AIC23B codec attached | 34 | Enable I2S based access to the TLV320AIC23B codec attached |
35 | to the SSI4 interface | 35 | to the SSI interface |
36 | 36 | ||
37 | endif # SND_IMX_SOC | 37 | endif # SND_IMX_SOC |
diff --git a/sound/soc/imx/eukrea-tlv320.c b/sound/soc/imx/eukrea-tlv320.c index 45f5e4b32cb5..f15dfbdc47ee 100644 --- a/sound/soc/imx/eukrea-tlv320.c +++ b/sound/soc/imx/eukrea-tlv320.c | |||
@@ -101,7 +101,8 @@ static int __init eukrea_tlv320_init(void) | |||
101 | { | 101 | { |
102 | int ret; | 102 | int ret; |
103 | 103 | ||
104 | if (!machine_is_eukrea_cpuimx27() && !machine_is_eukrea_cpuimx25sd()) | 104 | if (!machine_is_eukrea_cpuimx27() && !machine_is_eukrea_cpuimx25sd() |
105 | && !machine_is_eukrea_cpuimx35sd()) | ||
105 | /* return happy. We might run on a totally different machine */ | 106 | /* return happy. We might run on a totally different machine */ |
106 | return 0; | 107 | return 0; |
107 | 108 | ||