All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Brownell <david-b@pacbell.net>
To: arunks@mistralsolutions.com
Cc: alsa-devel@alsa-project.org, linux-omap@vger.kernel.org,
	steve@sakoman.com
Subject: Re: [PATCH] ASoC: Fix TW4030 Kconfig dependency
Date: Mon, 24 Nov 2008 20:44:13 -0800	[thread overview]
Message-ID: <200811242044.13438.david-b@pacbell.net> (raw)
In-Reply-To: <1227587172-9523-1-git-send-email-arunks@mistralsolutions.com>

On Monday 24 November 2008, arunks@mistralsolutions.com wrote:
> From: Arun KS <arunks@mistralsolutions.com>
> 
> Fixes Kconfig dependency of TWL4030 audio codec driver
> with TWL4030 core driver on both overo and omap2evm
> boards
> 
> Signed-off-by: Arun KS <arunks@mistralsolutions.com>

Good idea.  :)

Acked-by: David Brownell <dbrownell@users.sourceforge.net>


> ---
>  sound/soc/omap/Kconfig |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig
> index 6c56277..0900437 100644
> --- a/sound/soc/omap/Kconfig
> +++ b/sound/soc/omap/Kconfig
> @@ -24,7 +24,7 @@ config SND_OMAP_SOC_OSK5912
>  
>  config SND_OMAP_SOC_OVERO
>  	tristate "SoC Audio support for Gumstix Overo"
> -	depends on SND_OMAP_SOC && MACH_OVERO
> +	depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OVERO
>  	select SND_OMAP_SOC_MCBSP
>  	select SND_SOC_TWL4030
>  	help
> @@ -32,7 +32,7 @@ config SND_OMAP_SOC_OVERO
>  
>  config SND_OMAP_SOC_OMAP2EVM
>  	tristate "SoC Audio support for OMAP2EVM board"
> -	depends on SND_OMAP_SOC && MACH_OMAP2EVM
> +	depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP2EVM
>  	select SND_OMAP_SOC_MCBSP
>  	select SND_SOC_TWL4030
>  	help
> -- 
> 1.5.6.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 



  reply	other threads:[~2008-11-25  4:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-25  4:26 [PATCH] ASoC: Fix TW4030 Kconfig dependency arunks
2008-11-25  4:44 ` David Brownell [this message]
2008-11-25 15:30   ` Mark Brown
2008-11-25 18:54     ` [alsa-devel] " David Brownell
2008-11-25 20:04       ` Mark Brown
2008-11-25 20:14         ` David Brownell

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=200811242044.13438.david-b@pacbell.net \
    --to=david-b@pacbell.net \
    --cc=alsa-devel@alsa-project.org \
    --cc=arunks@mistralsolutions.com \
    --cc=linux-omap@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.