From mboxrd@z Thu Jan 1 00:00:00 1970 From: ian@opensource.wolfsonmicro.com (Ian Lartey) Date: Fri, 13 Aug 2010 16:24:16 +0100 Subject: [alsa-devel] [PATCH 2/5] ASoC: fix pxa2xx-pcm.h path In-Reply-To: References: Message-ID: <1281713056.2074.28.camel@Tapajos> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 2010-08-13 at 21:55 +0800, Haojian Zhuang wrote: > From b761e3bb374e630011f22ce54963877310a0baca Mon Sep 17 00:00:00 2001 > From: Haojian Zhuang > 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 > --- > 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 Hello Haojian, I have tested this and it works fine. I will also follow with similar patch for pxa2xx-i2S.c.