Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206610
b: refs/heads/master
c: 8a0bbbe
h: refs/heads/master
v: v3
  • Loading branch information
Eric Bénard authored and Mark Brown committed Jul 20, 2010
1 parent dd67050 commit 47cab91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50e8ce14698273d3c493b2e66f323f6b18eac099
refs/heads/master: 8a0bbbeb588f2b0cbb2f69699926f32d2cda5138
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 47cab91

Please sign in to comment.