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: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.