Linux Samsung SOC development
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Seungwhan Youn' <sw.youn@samsung.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, alsa-devel@alsa-project.org
Cc: linux@arm.linux.org.uk, ben-linux@fluff.org, lrg@slimlogic.co.uk,
	broonie@opensource.wolfsonmicro.com, jassi.brar@samsung.com
Subject: RE: [PATCH 1/4] ARM: Kconfig: Add audio support dependency
Date: Mon, 03 Jan 2011 11:28:38 +0900	[thread overview]
Message-ID: <019b01cbaaed$f0418d30$d0c4a790$%kim@samsung.com> (raw)
In-Reply-To: <1293172569-21465-1-git-send-email-sw.youn@samsung.com>

Seungwhan Youn wrote:
> 
> This patch adds Samsung ASoC audio support dependency for Samsung SoCs.
> 
> Signed-off-by: Seungwhan Youn <sw.youn@samsung.com>
> ---
>  arch/arm/Kconfig |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index d56d21c..ef32a61 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -647,6 +647,7 @@ config ARCH_S3C2410
>  	select HAVE_CLK
>  	select ARCH_USES_GETTIMEOFFSET
>  	select HAVE_S3C2410_I2C if I2C
> +	select ASOC_SAMSUNG if SND_SOC
>  	help
>  	  Samsung S3C2410X CPU based systems, such as the Simtec Electronics
>  	  BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940
> or
> @@ -678,6 +679,7 @@ config ARCH_S3C64XX
>  	select SAMSUNG_GPIOLIB_4BIT
>  	select HAVE_S3C2410_I2C if I2C
>  	select HAVE_S3C2410_WATCHDOG if WATCHDOG
> +	select ASOC_SAMSUNG if SND_SOC
>  	help
>  	  Samsung S3C64XX series based systems
> 
> @@ -690,6 +692,7 @@ config ARCH_S5P64X0
>  	select ARCH_USES_GETTIMEOFFSET
>  	select HAVE_S3C2410_I2C if I2C
>  	select HAVE_S3C_RTC if RTC_CLASS
> +	select ASOC_SAMSUNG if SND_SOC
>  	help
>  	  Samsung S5P64X0 CPU based systems, such as the Samsung SMDK6440,
>  	  SMDK6450.
> @@ -701,6 +704,7 @@ config ARCH_S5P6442
>  	select HAVE_CLK
>  	select ARCH_USES_GETTIMEOFFSET
>  	select HAVE_S3C2410_WATCHDOG if WATCHDOG
> +	select ASOC_SAMSUNG if SND_SOC
>  	help
>  	  Samsung S5P6442 CPU based systems
> 
> @@ -714,6 +718,7 @@ config ARCH_S5PC100
>  	select HAVE_S3C2410_I2C if I2C
>  	select HAVE_S3C_RTC if RTC_CLASS
>  	select HAVE_S3C2410_WATCHDOG if WATCHDOG
> +	select ASOC_SAMSUNG if SND_SOC
>  	help
>  	  Samsung S5PC100 series based systems
> 
> @@ -729,6 +734,7 @@ config ARCH_S5PV210
>  	select HAVE_S3C2410_I2C if I2C
>  	select HAVE_S3C_RTC if RTC_CLASS
>  	select HAVE_S3C2410_WATCHDOG if WATCHDOG
> +	select ASOC_SAMSUNG if SND_SOC
>  	help
>  	  Samsung S5PV210/S5PC110 series based systems
> 
> @@ -742,6 +748,7 @@ config ARCH_S5PV310
>  	select HAVE_S3C_RTC if RTC_CLASS
>  	select HAVE_S3C2410_I2C if I2C
>  	select HAVE_S3C2410_WATCHDOG if WATCHDOG
> +	select ASOC_SAMSUNG if SND_SOC
>  	help
>  	  Samsung S5PV310 series based systems
> 
> --

Hi everyone,

Wow it's 2011, I hope you're happy :-)

Hmm...sorry for late.
Looks ok to me..but I know, you changed the name 'ASOC_SAMSUNG' to
'SND_SOC_SAMSUNG'.

So I'm waiting for updated patch now.

Mr. Youn, could you please update your patch against on sound-2.6 tree?
Or...Mark, what's your plan about this, please let me know.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

  parent reply	other threads:[~2011-01-03  2:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-24  6:26 [PATCH 0/4] Modify configures to support Samsung ASoC dependancyless Seungwhan Youn
2010-12-24  6:36 ` [PATCH 1/4] ARM: Kconfig: Add audio support dependency Seungwhan Youn
2011-01-02 14:05   ` Mark Brown
2011-01-03  1:37     ` [alsa-devel] " Seungwhan Youn
2011-01-03  2:28   ` Kukjin Kim [this message]
2010-12-24  6:42 ` [PATCH 2/4] ARM: SAMSUNG: Add SMDK audio configuration Seungwhan Youn
2010-12-24 11:49   ` Mark Brown
2010-12-27  1:31     ` [alsa-devel] " Seungwhan Youn
2011-01-02 14:01   ` Mark Brown
2011-01-03  1:30     ` Seungwhan Youn
2010-12-24  6:46 ` [PATCH 3/4] ASoC: SAMSUNG: Modify to indepedant depends on configuration Seungwhan Youn
2010-12-24  6:57 ` [PATCH 4/4] ASoC: SAMSUNG: Apply modifications for SMDK audio configuations Seungwhan Youn
2010-12-24  7:56 ` [alsa-devel] [PATCH 0/4] Modify configures to support Samsung ASoC dependancyless Jassi Brar
2010-12-24 11:43   ` Liam Girdwood

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='019b01cbaaed$f0418d30$d0c4a790$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=ben-linux@fluff.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=jassi.brar@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=lrg@slimlogic.co.uk \
    --cc=sw.youn@samsung.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