Skip to content

Commit

Permalink
ASoC: eukrea-tlv320: add support for cpuimx35sd
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Bénard authored and Mark Brown committed Jul 20, 2010
1 parent 50e8ce1 commit 8a0bbbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sound/soc/imx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion sound/soc/imx/eukrea-tlv320.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 8a0bbbe

Please sign in to comment.