diff options
Diffstat (limited to 'sound/soc/imx')
-rw-r--r-- | sound/soc/imx/Kconfig | 3 | ||||
-rw-r--r-- | sound/soc/imx/eukrea-tlv320.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig index 642270a635ea..9eeb8f0d67e9 100644 --- a/sound/soc/imx/Kconfig +++ b/sound/soc/imx/Kconfig | |||
@@ -44,7 +44,8 @@ config SND_SOC_EUKREA_TLV320 | |||
44 | tristate "Eukrea TLV320" | 44 | tristate "Eukrea TLV320" |
45 | depends on MACH_EUKREA_MBIMX27_BASEBOARD \ | 45 | depends on MACH_EUKREA_MBIMX27_BASEBOARD \ |
46 | || MACH_EUKREA_MBIMXSD25_BASEBOARD \ | 46 | || MACH_EUKREA_MBIMXSD25_BASEBOARD \ |
47 | || MACH_EUKREA_MBIMXSD35_BASEBOARD | 47 | || MACH_EUKREA_MBIMXSD35_BASEBOARD \ |
48 | || MACH_EUKREA_MBIMXSD51_BASEBOARD | ||
48 | select SND_SOC_TLV320AIC23 | 49 | select SND_SOC_TLV320AIC23 |
49 | select SND_MXC_SOC_SSI | 50 | select SND_MXC_SOC_SSI |
50 | select SND_MXC_SOC_FIQ | 51 | select SND_MXC_SOC_FIQ |
diff --git a/sound/soc/imx/eukrea-tlv320.c b/sound/soc/imx/eukrea-tlv320.c index e20c9e1457c0..a08e822e0158 100644 --- a/sound/soc/imx/eukrea-tlv320.c +++ b/sound/soc/imx/eukrea-tlv320.c | |||
@@ -98,7 +98,8 @@ static int __init eukrea_tlv320_init(void) | |||
98 | int ret; | 98 | int ret; |
99 | 99 | ||
100 | if (!machine_is_eukrea_cpuimx27() && !machine_is_eukrea_cpuimx25sd() | 100 | if (!machine_is_eukrea_cpuimx27() && !machine_is_eukrea_cpuimx25sd() |
101 | && !machine_is_eukrea_cpuimx35sd()) | 101 | && !machine_is_eukrea_cpuimx35sd() |
102 | && !machine_is_eukrea_cpuimx51sd()) | ||
102 | /* return happy. We might run on a totally different machine */ | 103 | /* return happy. We might run on a totally different machine */ |
103 | return 0; | 104 | return 0; |
104 | 105 | ||