All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] ASoC: multi-component - Support Samsung SoC(S5P) in I2Sv2
@ 2010-07-20  5:28 Chanwoo Choi
  2010-07-20  8:41 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Chanwoo Choi @ 2010-07-20  5:28 UTC (permalink / raw)
  To: alsa-devel
  Cc: Jassi Brar, Kyungmin Park, Mark Brown, Joonyoung Shim,
	Liam Girdwood

This patch modify I2Sv2 driver to support Samsung SoC(S5PV210).

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 sound/soc/s3c24xx/s3c-i2s-v2.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c
index 6575410..f4fbc0e 100644
--- a/sound/soc/s3c24xx/s3c-i2s-v2.c
+++ b/sound/soc/s3c24xx/s3c-i2s-v2.c
@@ -32,7 +32,8 @@
 
 #undef S3C_IIS_V2_SUPPORTED
 
-#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
+#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413) \
+	|| defined(CONFIG_CPU_S5PV210)
 #define S3C_IIS_V2_SUPPORTED
 #endif
 
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/3] ASoC: multi-component - Support Samsung SoC(S5P) in I2Sv2
  2010-07-20  5:28 [PATCH 2/3] ASoC: multi-component - Support Samsung SoC(S5P) in I2Sv2 Chanwoo Choi
@ 2010-07-20  8:41 ` Mark Brown
  2010-07-20  8:49   ` Liam Girdwood
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2010-07-20  8:41 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: Joonyoung Shim, alsa-devel, Jassi Brar, Kyungmin Park,
	Liam Girdwood

On Tue, Jul 20, 2010 at 02:28:30PM +0900, Chanwoo Choi wrote:
> This patch modify I2Sv2 driver to support Samsung SoC(S5PV210).
> 
> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

but I think we could also apply this to for-2.6.36 immediately?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/3] ASoC: multi-component - Support Samsung SoC(S5P) in I2Sv2
  2010-07-20  8:41 ` Mark Brown
@ 2010-07-20  8:49   ` Liam Girdwood
  2010-07-20  8:52     ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Liam Girdwood @ 2010-07-20  8:49 UTC (permalink / raw)
  To: Mark Brown
  Cc: Chanwoo Choi, alsa-devel, Jassi Brar, Kyungmin Park,
	Joonyoung Shim

On Tue, 2010-07-20 at 09:41 +0100, Mark Brown wrote:
> On Tue, Jul 20, 2010 at 02:28:30PM +0900, Chanwoo Choi wrote:
> > This patch modify I2Sv2 driver to support Samsung SoC(S5PV210).
> > 
> > Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
> > Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
> > Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> 
> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> 
> but I think we could also apply this to for-2.6.36 immediately?

Yeah, for mainline :-

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/3] ASoC: multi-component - Support Samsung SoC(S5P) in I2Sv2
  2010-07-20  8:49   ` Liam Girdwood
@ 2010-07-20  8:52     ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2010-07-20  8:52 UTC (permalink / raw)
  To: Liam Girdwood
  Cc: Chanwoo Choi, alsa-devel, Jassi Brar, Kyungmin Park,
	Joonyoung Shim

On Tue, Jul 20, 2010 at 09:49:14AM +0100, Liam Girdwood wrote:
> On Tue, 2010-07-20 at 09:41 +0100, Mark Brown wrote:

> > Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

> > but I think we could also apply this to for-2.6.36 immediately?

> Yeah, for mainline :-

> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>

Applied now.  Actually I'll push it for 2.6.35 since it's a bug fix.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-20  8:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20  5:28 [PATCH 2/3] ASoC: multi-component - Support Samsung SoC(S5P) in I2Sv2 Chanwoo Choi
2010-07-20  8:41 ` Mark Brown
2010-07-20  8:49   ` Liam Girdwood
2010-07-20  8:52     ` Mark Brown

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.