Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170230
b: refs/heads/master
c: 8df89bc
h: refs/heads/master
v: v3
  • Loading branch information
Mike Rapoport authored and Mark Brown committed Nov 16, 2009
1 parent 54c62ad commit 11f35de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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: 0a3f5e35aae43b20fef09fd800cf52cc9a2d61a8
refs/heads/master: 8df89bc35c188e389295eaf7917653f13c83ce70
7 changes: 4 additions & 3 deletions trunk/sound/soc/omap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ config SND_OMAP_SOC_OSK5912
Say Y if you want to add support for SoC audio on osk5912.

config SND_OMAP_SOC_OVERO
tristate "SoC Audio support for Gumstix Overo"
depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OVERO
tristate "SoC Audio support for Gumstix Overo and CompuLab CM-T35"
depends on TWL4030_CORE && SND_OMAP_SOC && (MACH_OVERO || MACH_CM_T35)
select SND_OMAP_SOC_MCBSP
select SND_SOC_TWL4030
help
Say Y if you want to add support for SoC audio on the Gumstix Overo.
Say Y if you want to add support for SoC audio on the
Gumstix Overo or CompuLab CM-T35

config SND_OMAP_SOC_OMAP2EVM
tristate "SoC Audio support for OMAP2EVM board"
Expand Down
4 changes: 2 additions & 2 deletions trunk/sound/soc/omap/overo.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ static int __init overo_soc_init(void)
{
int ret;

if (!machine_is_overo()) {
pr_debug("Not Overo!\n");
if (!(machine_is_overo() || machine_is_cm_t35())) {
pr_debug("Incomatible machine!\n");
return -ENODEV;
}
printk(KERN_INFO "overo SoC init\n");
Expand Down

0 comments on commit 11f35de

Please sign in to comment.