[alsa-devel] [PATCH] ASoC: OMAP: enable Overo driver for CM-T35
Liam Girdwood
lrg at slimlogic.co.uk
Mon Nov 16 15:00:19 CET 2009
On Mon, 2009-11-16 at 15:53 +0200, Mike Rapoport wrote:
> Signed-off-by: Mike Rapoport <mike at compulab.co.il>
> ---
> sound/soc/omap/Kconfig | 7 ++++---
> sound/soc/omap/overo.c | 2 +-
> 2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig
> index 653a362..bb42681 100644
> --- a/sound/soc/omap/Kconfig
> +++ b/sound/soc/omap/Kconfig
> @@ -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"
> diff --git a/sound/soc/omap/overo.c b/sound/soc/omap/overo.c
> index 624f40e..1bf440b 100644
> --- a/sound/soc/omap/overo.c
> +++ b/sound/soc/omap/overo.c
> @@ -107,7 +107,7 @@ static int __init overo_soc_init(void)
> {
> int ret;
>
> - if (!machine_is_overo()) {
> + if (!(machine_is_overo() || machine_is_cm_t35())) {
> pr_debug("Not Overo!\n");
Its probably best to update the pr_debug message too.
Liam
More information about the Alsa-devel
mailing list