]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ASoC: eukrea-tlv320: add support for cpuimx35sd
authorEric Bénard <eric@eukrea.com>
Mon, 19 Jul 2010 08:40:32 +0000 (10:40 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 20 Jul 2010 08:47:28 +0000 (09:47 +0100)
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>
sound/soc/imx/Kconfig
sound/soc/imx/eukrea-tlv320.c

index 2f0d6d3e75dc08f56cc3774634f11919e8aecf4f..52dac5e3874c33516f8cfb8a6e57ca67a1cd69bc 100644 (file)
@@ -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
index 45f5e4b32cb59792afd950c91baf726cd8dd6646..f15dfbdc47ee5cd838d873d0b8b1add1073eb6a4 100644 (file)
@@ -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;