All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: " Koul, Vinod" <vinod.koul@intel.com>
Cc: tiwai@suse.de, alsa-devel@alsa-project.org,
	Harsha Priya <priya.harsha@intel.com>,
	lrg@slimlogic.co.uk
Subject: Re: [RFC 4/4] ASoC SST: Add makefiles and kconfigs changes
Date: Tue, 28 Dec 2010 15:00:23 +0000	[thread overview]
Message-ID: <20101228150022.GF31883@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1293538315-31950-1-git-send-email-vinod.koul@intel.com>

On Tue, Dec 28, 2010 at 05:41:55PM +0530,  Koul, Vinod wrote:

> @@ -55,6 +55,7 @@ source "sound/soc/samsung/Kconfig"
>  source "sound/soc/s6000/Kconfig"
>  source "sound/soc/sh/Kconfig"
>  source "sound/soc/txx9/Kconfig"
> +source "sound/soc/mid-x86/Kconfig"

Here and elsewhere keep the lists sorted.

>  	select SND_SOC_WM9713 if SND_SOC_AC97_BUS
> -        help
> +        select SND_SOC_MSIC if INTEL_SCU_IPC
> +	help

Random indentation change as well as the sorting issue here.

>            Normally ASoC codec drivers are only built if a machine driver which
>            uses them is also built since they are only usable with a machine
>            driver.  Selecting this option will allow these drivers to be built
> @@ -321,6 +322,8 @@ config SND_SOC_WM9712
>  
>  config SND_SOC_WM9713
>  	tristate
> +config SND_SOC_MSIC
> +	tristate
>  

Sorting and a missing blank line.

> index 6a1e17b..07cedc0 100644
> --- a/sound/soc/codecs/Makefile
> +++ b/sound/soc/codecs/Makefile
> @@ -1,3 +1,4 @@
> +EXTRA_CFLAGS += -DDEBUG
>  snd-soc-88pm860x-objs := 88pm860x-codec.o

This shouldn't be here.

> @@ -0,0 +1,20 @@
> +#config SND_MID_PLATFORM
> +#	tristate "SoC Platform Audio driver for Intel MID chips"
> +#	default y
> +#	help
> +#	  Say Y if you want to add support for SoC platform driver for Intel MID

Remove this if you're not going to use it.

> +config SND_MID_MACHINE
> +	tristate "SOC Machine Audio driver for Intel MID chips"
> +	select SND_SOC_MSIC
> +	select SND_MID_PLATFORM
> +	default n
> +	help
> +	  Say Y if you want to add support for SoC machine driver for Intel MID

No need to specify default n, it is the default.

> +++ b/sound/soc/mid-x86/Makefile
> @@ -0,0 +1,9 @@
> +EXTRA_CFLAGS += -DDEBUG

Omit this too.

      reply	other threads:[~2010-12-28 15:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-28 12:11 [RFC 4/4] ASoC SST: Add makefiles and kconfigs changes  Koul, Vinod
2010-12-28 15:00 ` Mark Brown [this message]

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=20101228150022.GF31883@opensource.wolfsonmicro.com \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=lrg@slimlogic.co.uk \
    --cc=priya.harsha@intel.com \
    --cc=tiwai@suse.de \
    --cc=vinod.koul@intel.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.