alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ASoC: clean dead file pxa2xx-pcm.h
@ 2010-08-20 10:37 Haojian Zhuang
  2010-08-20 10:52 ` Liam Girdwood
  2010-08-20 11:11 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Haojian Zhuang @ 2010-08-20 10:37 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 823 bytes --]

>From a3d2309c28d502e89997e0cc1ab98f3cacc684df Mon Sep 17 00:00:00 2001
From: Haojian Zhuang <haojian.zhuang@marvell.com>
Date: Fri, 20 Aug 2010 18:27:41 +0800
Subject: [PATCH 1/1] ASoC: clean dead file pxa2xx-pcm.h

Since pxa2xx-pcm.h is removed from sound/soc/pxa directory, clean it
for passing compilation.

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

diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c
index 9c2bafa..ac51c6d 100644
--- a/sound/soc/pxa/pxa2xx-ac97.c
+++ b/sound/soc/pxa/pxa2xx-ac97.c
@@ -24,7 +24,6 @@
 #include <mach/dma.h>
 #include <mach/audio.h>

-#include "pxa2xx-pcm.h"
 #include "pxa2xx-ac97.h"

 static void pxa2xx_ac97_warm_reset(struct snd_ac97 *ac97)
-- 
1.5.6.5

[-- Attachment #2: 0001-ASoC-clean-dead-file-pxa2xx-pcm.h.patch --]
[-- Type: text/x-patch, Size: 825 bytes --]

From a3d2309c28d502e89997e0cc1ab98f3cacc684df Mon Sep 17 00:00:00 2001
From: Haojian Zhuang <haojian.zhuang@marvell.com>
Date: Fri, 20 Aug 2010 18:27:41 +0800
Subject: [PATCH 1/1] ASoC: clean dead file pxa2xx-pcm.h

Since pxa2xx-pcm.h is removed from sound/soc/pxa directory, clean it
for passing compilation.

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

diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c
index 9c2bafa..ac51c6d 100644
--- a/sound/soc/pxa/pxa2xx-ac97.c
+++ b/sound/soc/pxa/pxa2xx-ac97.c
@@ -24,7 +24,6 @@
 #include <mach/dma.h>
 #include <mach/audio.h>
 
-#include "pxa2xx-pcm.h"
 #include "pxa2xx-ac97.h"
 
 static void pxa2xx_ac97_warm_reset(struct snd_ac97 *ac97)
-- 
1.5.6.5


[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: [PATCH 1/1] ASoC: clean dead file pxa2xx-pcm.h
  2010-08-20 10:37 [PATCH 1/1] ASoC: clean dead file pxa2xx-pcm.h Haojian Zhuang
@ 2010-08-20 10:52 ` Liam Girdwood
  2010-08-20 11:11 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-08-20 10:52 UTC (permalink / raw)
  To: Haojian Zhuang; +Cc: alsa-devel, Mark Brown

On Fri, 2010-08-20 at 18:37 +0800, Haojian Zhuang wrote:
> From a3d2309c28d502e89997e0cc1ab98f3cacc684df Mon Sep 17 00:00:00 2001
> From: Haojian Zhuang <haojian.zhuang@marvell.com>
> Date: Fri, 20 Aug 2010 18:27:41 +0800
> Subject: [PATCH 1/1] ASoC: clean dead file pxa2xx-pcm.h
> 
> Since pxa2xx-pcm.h is removed from sound/soc/pxa directory, clean it
> for passing compilation.
> 
> Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
> ---
>  sound/soc/pxa/pxa2xx-ac97.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c
> index 9c2bafa..ac51c6d 100644
> --- a/sound/soc/pxa/pxa2xx-ac97.c
> +++ b/sound/soc/pxa/pxa2xx-ac97.c
> @@ -24,7 +24,6 @@
>  #include <mach/dma.h>
>  #include <mach/audio.h>
> 
> -#include "pxa2xx-pcm.h"
>  #include "pxa2xx-ac97.h"
> 
>  static void pxa2xx_ac97_warm_reset(struct snd_ac97 *ac97)

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

* Re: [PATCH 1/1] ASoC: clean dead file pxa2xx-pcm.h
  2010-08-20 10:37 [PATCH 1/1] ASoC: clean dead file pxa2xx-pcm.h Haojian Zhuang
  2010-08-20 10:52 ` Liam Girdwood
@ 2010-08-20 11:11 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2010-08-20 11:11 UTC (permalink / raw)
  To: Haojian Zhuang; +Cc: alsa-devel, Liam Girdwood

On Fri, Aug 20, 2010 at 06:37:23PM +0800, Haojian Zhuang wrote:
> From a3d2309c28d502e89997e0cc1ab98f3cacc684df Mon Sep 17 00:00:00 2001
> From: Haojian Zhuang <haojian.zhuang@marvell.com>
> Date: Fri, 20 Aug 2010 18:27:41 +0800
> Subject: [PATCH 1/1] ASoC: clean dead file pxa2xx-pcm.h
> 
> Since pxa2xx-pcm.h is removed from sound/soc/pxa directory, clean it
> for passing compilation.

I already applied the same fix from Axel Lin - I added your signoff to
his commit.

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

end of thread, other threads:[~2010-08-20 11:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-20 10:37 [PATCH 1/1] ASoC: clean dead file pxa2xx-pcm.h Haojian Zhuang
2010-08-20 10:52 ` Liam Girdwood
2010-08-20 11:11 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).