From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Mike Rapoport <mike@compulab.co.il>
Cc: broonie@opensource.wolfsonmicro.com, linux-omap@vger.kernel.org,
steve@sakoman.com, alsa-devel@alsa-project.org
Subject: Re: [alsa-devel] [PATCH] ASoC: OMAP: enable Overo driver for CM-T35
Date: Mon, 16 Nov 2009 14:00:19 +0000 [thread overview]
Message-ID: <1258380019.3570.113.camel@odin> (raw)
In-Reply-To: <1258379603-29089-1-git-send-email-mike@compulab.co.il>
On Mon, 2009-11-16 at 15:53 +0200, Mike Rapoport wrote:
> Signed-off-by: Mike Rapoport <mike@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
next prev parent reply other threads:[~2009-11-16 14:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-16 13:53 [PATCH] ASoC: OMAP: enable Overo driver for CM-T35 Mike Rapoport
2009-11-16 14:00 ` Liam Girdwood [this message]
2009-11-16 14:19 ` Mike Rapoport
2009-11-16 14:28 ` [alsa-devel] " Liam Girdwood
2009-11-16 14:34 ` Steve Sakoman
2009-11-16 16:05 ` [alsa-devel] " Mark Brown
2009-11-16 21:33 ` Mike Rapoport
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1258380019.3570.113.camel@odin \
--to=lrg@slimlogic.co.uk \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=linux-omap@vger.kernel.org \
--cc=mike@compulab.co.il \
--cc=steve@sakoman.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox