alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: uclinux-dist-devel@blackfin.uclinux.org,
	alsa-devel@alsa-project.org, Barry Song <barry.song@analog.com>
Subject: Re: [PATCH] ASoC: Blackfin: fix DAI/SPORT config dependency issues
Date: Thu, 13 Jan 2011 13:55:05 +0000	[thread overview]
Message-ID: <20110113135505.GC11840@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1294794268-18416-1-git-send-email-vapier@gentoo.org>

On Tue, Jan 11, 2011 at 08:04:28PM -0500, Mike Frysinger wrote:
> From: Barry Song <barry.song@analog.com>
> 
> While I2S/TDM/AC97 DAI is built-in, others are compiled as modules,
> SND_BF5XX_SOC_SPORT will be module, then DAI can't get some symbols.
> Except that, SND_BF5XX_AC97 depends on SND_BF5XX_SOC_AC97 too.
> 
> Signed-off-by: Barry Song <barry.song@analog.com>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Ccing in Liam - Mike, please remember to CC maintainers on patches.

> ---
>  sound/soc/blackfin/Kconfig |   11 ++++++-----
>  1 files changed, 6 insertions(+), 5 deletions(-)
> 
> diff --git a/sound/soc/blackfin/Kconfig b/sound/soc/blackfin/Kconfig
> index 3abeedd..ae40359 100644
> --- a/sound/soc/blackfin/Kconfig
> +++ b/sound/soc/blackfin/Kconfig
> @@ -1,6 +1,7 @@
>  config SND_BF5XX_I2S
>  	tristate "SoC I2S Audio for the ADI BF5xx chip"
>  	depends on BLACKFIN
> +	select SND_BF5XX_SOC_SPORT
>  	help
>  	  Say Y or M if you want to add support for codecs attached to
>  	  the Blackfin SPORT (synchronous serial ports) interface in I2S
> @@ -35,6 +36,7 @@ config SND_BFIN_AD73311_SE
>  config SND_BF5XX_TDM
>  	tristate "SoC I2S(TDM mode) Audio for the ADI BF5xx chip"
>  	depends on (BLACKFIN && SND_SOC)
> +	select SND_BF5XX_SOC_SPORT
>  	help
>  	  Say Y or M if you want to add support for codecs attached to
>  	  the Blackfin SPORT (synchronous serial ports) interface in TDM
> @@ -61,6 +63,10 @@ config SND_BF5XX_SOC_AD193X
>  config SND_BF5XX_AC97
>  	tristate "SoC AC97 Audio for the ADI BF5xx chip"
>  	depends on BLACKFIN
> +	select AC97_BUS
> +	select SND_SOC_AC97_BUS
> +	select SND_BF5XX_SOC_SPORT
> +	select SND_BF5XX_SOC_AC97
>  	help
>  	  Say Y or M if you want to add support for codecs attached to
>  	  the Blackfin SPORT (synchronous serial ports) interface in slot 16
> @@ -122,17 +128,12 @@ config SND_BF5XX_SOC_SPORT
>  
>  config SND_BF5XX_SOC_I2S
>  	tristate
> -	select SND_BF5XX_SOC_SPORT
>  
>  config SND_BF5XX_SOC_TDM
>  	tristate
> -	select SND_BF5XX_SOC_SPORT
>  
>  config SND_BF5XX_SOC_AC97
>  	tristate
> -	select AC97_BUS
> -	select SND_SOC_AC97_BUS
> -	select SND_BF5XX_SOC_SPORT
>  
>  config SND_BF5XX_SPORT_NUM
>  	int "Set a SPORT for Sound chip"
> -- 
> 1.7.4.rc1
> 

  reply	other threads:[~2011-01-13 13:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-12  1:04 [PATCH] ASoC: Blackfin: fix DAI/SPORT config dependency issues Mike Frysinger
2011-01-13 13:55 ` Mark Brown [this message]
2011-01-13 13:57 ` Liam Girdwood
2011-01-13 14:16 ` Mark Brown

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=20110113135505.GC11840@opensource.wolfsonmicro.com \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=barry.song@analog.com \
    --cc=uclinux-dist-devel@blackfin.uclinux.org \
    --cc=vapier@gentoo.org \
    /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;
as well as URLs for NNTP newsgroup(s).