All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com,
	Jassi Brar <jassi.brar@samsung.com>
Subject: Re: [PATCH] ASoC: Select DMA driver for Samsung DAIs
Date: Tue, 21 Sep 2010 14:07:02 +0100	[thread overview]
Message-ID: <1285074422.3089.43.camel@odin> (raw)
In-Reply-To: <1285011508-8750-1-git-send-email-broonie@opensource.wolfsonmicro.com>

On Mon, 2010-09-20 at 20:38 +0100, Mark Brown wrote:
> Kconfig got smart enough to do dependencies through selects so let's make
> use of that.
> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
>  sound/soc/s3c24xx/Kconfig |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig
> index 7d8235d..1142d3e 100644
> --- a/sound/soc/s3c24xx/Kconfig
> +++ b/sound/soc/s3c24xx/Kconfig
> @@ -10,6 +10,7 @@ config SND_S3C24XX_SOC
>  config SND_S3C24XX_SOC_I2S
>  	tristate
>  	select S3C2410_DMA
> +	select SND_S3C_SOC_PCM
>  
>  config SND_S3C_I2SV2_SOC
>  	tristate
> @@ -18,16 +19,19 @@ config SND_S3C2412_SOC_I2S
>  	tristate
>  	select SND_S3C_I2SV2_SOC
>  	select S3C2410_DMA
> +	select SND_S3C_SOC_PCM
>  
>  config SND_S3C64XX_SOC_I2S
>  	tristate
>  	select SND_S3C_I2SV2_SOC
>  	select S3C64XX_DMA
> +	select SND_S3C_SOC_PCM
>  
>  config SND_S3C64XX_SOC_I2S_V4
>  	tristate
>  	select SND_S3C_I2SV2_SOC
>  	select S3C64XX_DMA
> +	select SND_S3C_SOC_PCM
>  
>  config SND_S3C_SOC_PCM
>  	tristate

Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

  parent reply	other threads:[~2010-09-21 13:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-20 19:38 [PATCH] ASoC: Select DMA driver for Samsung DAIs Mark Brown
2010-09-21  0:38 ` Jassi Brar
2010-09-21 13:22   ` Mark Brown
2010-09-21 13:07 ` Liam Girdwood [this message]
2010-09-22  6:10 ` Vasily Khoruzhick

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=1285074422.3089.43.camel@odin \
    --to=lrg@slimlogic.co.uk \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=jassi.brar@samsung.com \
    --cc=patches@opensource.wolfsonmicro.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.