All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
@ 2010-08-13 13:55 ` Haojian Zhuang
  0 siblings, 0 replies; 9+ messages in thread
From: Haojian Zhuang @ 2010-08-13 13:55 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood, linux-arm-kernel, alsa-devel

>From b761e3bb374e630011f22ce54963877310a0baca Mon Sep 17 00:00:00 2001
From: Haojian Zhuang <haojian.zhuang@marvell.com>
Date: Fri, 13 Aug 2010 21:14:52 +0800
Subject: [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path

Since pxa2xx-pcm.h is removed from sound/soc/pxa, we need to update the
path in related files.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
---
 sound/soc/pxa/pxa-ssp.c    |    2 +-
 sound/soc/pxa/pxa2xx-pcm.c |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c
index 99d80e8..c4f480d 100644
--- a/sound/soc/pxa/pxa-ssp.c
+++ b/sound/soc/pxa/pxa-ssp.c
@@ -35,7 +35,7 @@
 #include <mach/audio.h>
 #include <plat/ssp.h>

-#include "pxa2xx-pcm.h"
+#include "../../arm/pxa2xx-pcm.h"
 #include "pxa-ssp.h"

 /*
diff --git a/sound/soc/pxa/pxa2xx-pcm.c b/sound/soc/pxa/pxa2xx-pcm.c
index 5127044..02fb664 100644
--- a/sound/soc/pxa/pxa2xx-pcm.c
+++ b/sound/soc/pxa/pxa2xx-pcm.c
@@ -16,7 +16,6 @@
 #include <sound/soc.h>
 #include <sound/pxa2xx-lib.h>

-#include "pxa2xx-pcm.h"
 #include "../../arm/pxa2xx-pcm.h"

 static int pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream,
-- 
1.5.6.5

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

* [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
@ 2010-08-13 13:55 ` Haojian Zhuang
  0 siblings, 0 replies; 9+ messages in thread
From: Haojian Zhuang @ 2010-08-13 13:55 UTC (permalink / raw)
  To: linux-arm-kernel



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

* Re: [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
  2010-08-13 13:55 ` Haojian Zhuang
@ 2010-08-13 15:24   ` Ian Lartey
  -1 siblings, 0 replies; 9+ messages in thread
From: Ian Lartey @ 2010-08-13 15:24 UTC (permalink / raw)
  To: Haojian Zhuang; +Cc: alsa-devel, Mark Brown, linux-arm-kernel, Liam Girdwood

On Fri, 2010-08-13 at 21:55 +0800, Haojian Zhuang wrote:
> From b761e3bb374e630011f22ce54963877310a0baca Mon Sep 17 00:00:00 2001
> From: Haojian Zhuang <haojian.zhuang@marvell.com>
> Date: Fri, 13 Aug 2010 21:14:52 +0800
> Subject: [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
> 
> Since pxa2xx-pcm.h is removed from sound/soc/pxa, we need to update the
> path in related files.
> 
> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
> ---
>  sound/soc/pxa/pxa-ssp.c    |    2 +-
>  sound/soc/pxa/pxa2xx-pcm.c |    1 -
>  2 files changed, 1 insertions(+), 2 deletions(-)

Tested-by: Ian Lartey <ian@opensource.wolfsonmicro.com>

Hello Haojian,  I have tested this and it works fine. I will also follow
with similar patch for pxa2xx-i2S.c.

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

* [alsa-devel] [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
@ 2010-08-13 15:24   ` Ian Lartey
  0 siblings, 0 replies; 9+ messages in thread
From: Ian Lartey @ 2010-08-13 15:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, 2010-08-13 at 21:55 +0800, Haojian Zhuang wrote:
> From b761e3bb374e630011f22ce54963877310a0baca Mon Sep 17 00:00:00 2001
> From: Haojian Zhuang <haojian.zhuang@marvell.com>
> Date: Fri, 13 Aug 2010 21:14:52 +0800
> Subject: [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
> 
> Since pxa2xx-pcm.h is removed from sound/soc/pxa, we need to update the
> path in related files.
> 
> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
> ---
>  sound/soc/pxa/pxa-ssp.c    |    2 +-
>  sound/soc/pxa/pxa2xx-pcm.c |    1 -
>  2 files changed, 1 insertions(+), 2 deletions(-)

Tested-by: Ian Lartey <ian@opensource.wolfsonmicro.com>

Hello Haojian,  I have tested this and it works fine. I will also follow
with similar patch for pxa2xx-i2S.c.

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

* Re: [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
  2010-08-13 15:24   ` [alsa-devel] " Ian Lartey
@ 2010-08-14 10:47     ` Liam Girdwood
  -1 siblings, 0 replies; 9+ messages in thread
From: Liam Girdwood @ 2010-08-14 10:47 UTC (permalink / raw)
  To: Ian Lartey; +Cc: alsa-devel, Mark Brown, linux-arm-kernel, Haojian Zhuang

On Fri, 2010-08-13 at 16:24 +0100, Ian Lartey wrote:
> On Fri, 2010-08-13 at 21:55 +0800, Haojian Zhuang wrote:
> > From b761e3bb374e630011f22ce54963877310a0baca Mon Sep 17 00:00:00 2001
> > From: Haojian Zhuang <haojian.zhuang@marvell.com>
> > Date: Fri, 13 Aug 2010 21:14:52 +0800
> > Subject: [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
> > 
> > Since pxa2xx-pcm.h is removed from sound/soc/pxa, we need to update the
> > path in related files.
> > 
> > Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
> > ---
> >  sound/soc/pxa/pxa-ssp.c    |    2 +-
> >  sound/soc/pxa/pxa2xx-pcm.c |    1 -
> >  2 files changed, 1 insertions(+), 2 deletions(-)
> 
> Tested-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
> 

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] 9+ messages in thread

* [alsa-devel] [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
@ 2010-08-14 10:47     ` Liam Girdwood
  0 siblings, 0 replies; 9+ messages in thread
From: Liam Girdwood @ 2010-08-14 10:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, 2010-08-13 at 16:24 +0100, Ian Lartey wrote:
> On Fri, 2010-08-13 at 21:55 +0800, Haojian Zhuang wrote:
> > From b761e3bb374e630011f22ce54963877310a0baca Mon Sep 17 00:00:00 2001
> > From: Haojian Zhuang <haojian.zhuang@marvell.com>
> > Date: Fri, 13 Aug 2010 21:14:52 +0800
> > Subject: [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
> > 
> > Since pxa2xx-pcm.h is removed from sound/soc/pxa, we need to update the
> > path in related files.
> > 
> > Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
> > ---
> >  sound/soc/pxa/pxa-ssp.c    |    2 +-
> >  sound/soc/pxa/pxa2xx-pcm.c |    1 -
> >  2 files changed, 1 insertions(+), 2 deletions(-)
> 
> Tested-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
> 

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] 9+ messages in thread

* Re: [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
  2010-08-13 13:55 ` Haojian Zhuang
@ 2010-08-15 13:53   ` Mark Brown
  -1 siblings, 0 replies; 9+ messages in thread
From: Mark Brown @ 2010-08-15 13:53 UTC (permalink / raw)
  To: Haojian Zhuang; +Cc: alsa-devel, linux-arm-kernel, Liam Girdwood

On Fri, Aug 13, 2010 at 09:55:27PM +0800, Haojian Zhuang wrote:
> From b761e3bb374e630011f22ce54963877310a0baca Mon Sep 17 00:00:00 2001
> From: Haojian Zhuang <haojian.zhuang@marvell.com>
> Date: Fri, 13 Aug 2010 21:14:52 +0800
> Subject: [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
> 
> Since pxa2xx-pcm.h is removed from sound/soc/pxa, we need to update the
> path in related files.
> 
> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>

Applied this and patch 3/5, thanks.

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

* [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
@ 2010-08-15 13:53   ` Mark Brown
  0 siblings, 0 replies; 9+ messages in thread
From: Mark Brown @ 2010-08-15 13:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 13, 2010 at 09:55:27PM +0800, Haojian Zhuang wrote:
> From b761e3bb374e630011f22ce54963877310a0baca Mon Sep 17 00:00:00 2001
> From: Haojian Zhuang <haojian.zhuang@marvell.com>
> Date: Fri, 13 Aug 2010 21:14:52 +0800
> Subject: [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
> 
> Since pxa2xx-pcm.h is removed from sound/soc/pxa, we need to update the
> path in related files.
> 
> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>

Applied this and patch 3/5, thanks.

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

* [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path
@ 2010-08-13 13:14 Haojian Zhuang
  0 siblings, 0 replies; 9+ messages in thread
From: Haojian Zhuang @ 2010-08-13 13:14 UTC (permalink / raw)
  To: linux-arm-kernel

Since pxa2xx-pcm.h is removed from sound/soc/pxa, we need to update the
path in related files.

Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
---
 sound/soc/pxa/pxa-ssp.c    |    2 +-
 sound/soc/pxa/pxa2xx-pcm.c |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c
index 99d80e8..c4f480d 100644
--- a/sound/soc/pxa/pxa-ssp.c
+++ b/sound/soc/pxa/pxa-ssp.c
@@ -35,7 +35,7 @@
 #include <mach/audio.h>
 #include <plat/ssp.h>

-#include "pxa2xx-pcm.h"
+#include "../../arm/pxa2xx-pcm.h"
 #include "pxa-ssp.h"

 /*
diff --git a/sound/soc/pxa/pxa2xx-pcm.c b/sound/soc/pxa/pxa2xx-pcm.c
index 5127044..02fb664 100644
--- a/sound/soc/pxa/pxa2xx-pcm.c
+++ b/sound/soc/pxa/pxa2xx-pcm.c
@@ -16,7 +16,6 @@
 #include <sound/soc.h>
 #include <sound/pxa2xx-lib.h>

-#include "pxa2xx-pcm.h"
 #include "../../arm/pxa2xx-pcm.h"

 static int pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream,
-- 
1.5.6.5

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

end of thread, other threads:[~2010-08-15 13:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-13 13:55 [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path Haojian Zhuang
2010-08-13 13:55 ` Haojian Zhuang
2010-08-13 15:24 ` Ian Lartey
2010-08-13 15:24   ` [alsa-devel] " Ian Lartey
2010-08-14 10:47   ` Liam Girdwood
2010-08-14 10:47     ` [alsa-devel] " Liam Girdwood
2010-08-15 13:53 ` Mark Brown
2010-08-15 13:53   ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2010-08-13 13:14 Haojian Zhuang

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.