summaryrefslogtreecommitdiffstats
path: root/sound/soc/imx/eukrea-tlv320.c
diff options
context:
space:
mode:
authorEric Bénard2010-07-19 10:40:32 +0200
committerMark Brown2010-07-20 10:47:28 +0200
commit8a0bbbeb588f2b0cbb2f69699926f32d2cda5138 (patch)
tree1220a5f143568b5c2b23f72b6bfeafd817756216 /sound/soc/imx/eukrea-tlv320.c
parentASoC: imx: check kzalloc() result and fix memory leak (diff)
downloadkernel-qcow2-linux-8a0bbbeb588f2b0cbb2f69699926f32d2cda5138.tar.gz
kernel-qcow2-linux-8a0bbbeb588f2b0cbb2f69699926f32d2cda5138.tar.xz
kernel-qcow2-linux-8a0bbbeb588f2b0cbb2f69699926f32d2cda5138.zip
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>
Diffstat (limited to 'sound/soc/imx/eukrea-tlv320.c')
-rw-r--r--sound/soc/imx/eukrea-tlv320.c3
1 files changed, 2 insertions, 1 deletions
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)
{
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;