From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Jassi Brar <jassisinghbrar@gmail.com>
Cc: Seungwhan Youn <sw.youn@samsung.com>,
alsa-devel@alsa-project.org, kgene.kim@samsung.com,
linux@arm.linux.org.uk, jassi.brar@samsung.com,
broonie@opensource.wolfsonmicro.com,
linux-samsung-soc@vger.kernel.org, ben-linux@fluff.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [alsa-devel] [PATCH 0/4] Modify configures to support Samsung ASoC dependancyless
Date: Fri, 24 Dec 2010 11:43:04 +0000 [thread overview]
Message-ID: <1293190984.3291.5.camel@odin> (raw)
In-Reply-To: <AANLkTim18YJH=FgCLruJKbyNeRM-zWFBBB6BaOoL-ajp@mail.gmail.com>
On Fri, 2010-12-24 at 16:56 +0900, Jassi Brar wrote:
> On Fri, Dec 24, 2010 at 3:26 PM, Seungwhan Youn <sw.youn@samsung.com> wrote:
> > Hi,
> >
> > These patches modify configuration to make audio support configurations on
> > platform(or arch) from sound/soc/samsung. This prevents that audio config
> > consider which board(or arch) can(or should) support ASoC audio driver, and
> > also prevents audio config dependancy on future Samsung SoCs.
> >
> >
> > These patches are modify below features:-
> > o Add audio configurations on plat(or arch).
> > o Modify audio configuration depends on plat(or arch) selection on ASoC.
> >
> > This patch-set is based on two different branches that :-
> > o ARM patches are based on Kukjin Kim's git branch 'for-next'
> > (commit id - 30fb9a94ec22435add3d2ea2d1b01c1a5ad6164c)
> > o ASoC patches are based on Mark Brown's git branch 'for-next'
> > (commit id - 722bc28384accb67c0bfbbe1914fd82d4d0c996a)
> >
> > This patch-set contains followings :-
> > o To Kukjin Kim, Ben Dooks and Russell King,
> > - [PATCH 1/4] ARM: Kconfig: Add audio support dependency
> > - [PATCH 2/4] ARM: SAMSUNG: Add SMDK audio configuration
> > o To Jassi Brar, Mark Brown and Liam Girdwood,
> > - [PATCH 3/4] ASoC: SAMSUNG: Modify to indepedant depends on configuration
> > - [PATCH 4/4] ASoC: SAMSUNG: Apply modifications for SMDK audio configuations
>
> All,
> Acked-by : Jassi Brar <jassi.brar@samsung.com>
All
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
WARNING: multiple messages have this Message-ID (diff)
From: lrg@slimlogic.co.uk (Liam Girdwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [alsa-devel] [PATCH 0/4] Modify configures to support Samsung ASoC dependancyless
Date: Fri, 24 Dec 2010 11:43:04 +0000 [thread overview]
Message-ID: <1293190984.3291.5.camel@odin> (raw)
In-Reply-To: <AANLkTim18YJH=FgCLruJKbyNeRM-zWFBBB6BaOoL-ajp@mail.gmail.com>
On Fri, 2010-12-24 at 16:56 +0900, Jassi Brar wrote:
> On Fri, Dec 24, 2010 at 3:26 PM, Seungwhan Youn <sw.youn@samsung.com> wrote:
> > Hi,
> >
> > These patches modify configuration to make audio support configurations on
> > platform(or arch) from sound/soc/samsung. This prevents that audio config
> > consider which board(or arch) can(or should) support ASoC audio driver, and
> > also prevents audio config dependancy on future Samsung SoCs.
> >
> >
> > These patches are modify below features:-
> > o Add audio configurations on plat(or arch).
> > o Modify audio configuration depends on plat(or arch) selection on ASoC.
> >
> > This patch-set is based on two different branches that :-
> > o ARM patches are based on Kukjin Kim's git branch 'for-next'
> > (commit id - 30fb9a94ec22435add3d2ea2d1b01c1a5ad6164c)
> > o ASoC patches are based on Mark Brown's git branch 'for-next'
> > (commit id - 722bc28384accb67c0bfbbe1914fd82d4d0c996a)
> >
> > This patch-set contains followings :-
> > o To Kukjin Kim, Ben Dooks and Russell King,
> > - [PATCH 1/4] ARM: Kconfig: Add audio support dependency
> > - [PATCH 2/4] ARM: SAMSUNG: Add SMDK audio configuration
> > o To Jassi Brar, Mark Brown and Liam Girdwood,
> > - [PATCH 3/4] ASoC: SAMSUNG: Modify to indepedant depends on configuration
> > - [PATCH 4/4] ASoC: SAMSUNG: Apply modifications for SMDK audio configuations
>
> All,
> Acked-by : Jassi Brar <jassi.brar@samsung.com>
All
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
next prev parent reply other threads:[~2010-12-24 11:43 UTC|newest]
Thread overview: 28+ 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:26 ` Seungwhan Youn
2010-12-24 6:36 ` [PATCH 1/4] ARM: Kconfig: Add audio support dependency Seungwhan Youn
2010-12-24 6:36 ` Seungwhan Youn
2011-01-02 14:05 ` Mark Brown
2011-01-02 14:05 ` Mark Brown
2011-01-03 1:37 ` [alsa-devel] " Seungwhan Youn
2011-01-03 1:37 ` Seungwhan Youn
2011-01-03 2:28 ` Kukjin Kim
2011-01-03 2:28 ` Kukjin Kim
2010-12-24 6:42 ` [PATCH 2/4] ARM: SAMSUNG: Add SMDK audio configuration Seungwhan Youn
2010-12-24 6:42 ` Seungwhan Youn
2010-12-24 11:49 ` Mark Brown
2010-12-24 11:49 ` Mark Brown
2010-12-27 1:31 ` [alsa-devel] " Seungwhan Youn
2010-12-27 1:31 ` Seungwhan Youn
2011-01-02 14:01 ` Mark Brown
2011-01-02 14:01 ` Mark Brown
2011-01-03 1:30 ` Seungwhan Youn
2011-01-03 1:30 ` [alsa-devel] " Seungwhan Youn
2010-12-24 6:46 ` [PATCH 3/4] ASoC: SAMSUNG: Modify to indepedant depends on configuration Seungwhan Youn
2010-12-24 6:46 ` Seungwhan Youn
2010-12-24 6:57 ` [PATCH 4/4] ASoC: SAMSUNG: Apply modifications for SMDK audio configuations Seungwhan Youn
2010-12-24 6:57 ` Seungwhan Youn
2010-12-24 7:56 ` [alsa-devel] [PATCH 0/4] Modify configures to support Samsung ASoC dependancyless Jassi Brar
2010-12-24 7:56 ` Jassi Brar
2010-12-24 11:43 ` Liam Girdwood [this message]
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=1293190984.3291.5.camel@odin \
--to=lrg@slimlogic.co.uk \
--cc=alsa-devel@alsa-project.org \
--cc=ben-linux@fluff.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=jassi.brar@samsung.com \
--cc=jassisinghbrar@gmail.com \
--cc=kgene.kim@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux@arm.linux.org.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 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.