[alsa-devel] [PATCH 3/12] neo1973: ASoC include pathname fix
[PATCH] Fix s3c24xx include file path changes in asoc driver
Signed-off-by: Harald Welte laforge@openmoko.org
---
Index: linux-2.6.22/sound/soc/s3c24xx/neo1973_wm8753.c =================================================================== --- linux-2.6.22.orig/sound/soc/s3c24xx/neo1973_wm8753.c +++ linux-2.6.22/sound/soc/s3c24xx/neo1973_wm8753.c @@ -30,13 +30,15 @@
#include <asm/mach-types.h> #include <asm/hardware/scoop.h> -#include <asm/arch/regs-iis.h> #include <asm/arch/regs-clock.h> #include <asm/arch/regs-gpio.h> #include <asm/hardware.h> #include <asm/arch/audio.h> #include <asm/io.h> #include <asm/arch/spi-gpio.h> + +#include <asm/plat-s3c24xx/regs-iis.h> + #include "../codecs/wm8753.h" #include "lm4857.h" #include "s3c24xx-pcm.h" Index: linux-2.6.22/sound/soc/s3c24xx/s3c24xx-i2s.c =================================================================== --- linux-2.6.22.orig/sound/soc/s3c24xx/s3c24xx-i2s.c +++ linux-2.6.22/sound/soc/s3c24xx/s3c24xx-i2s.c @@ -33,13 +33,14 @@
#include <asm/hardware.h> #include <asm/io.h> -#include <asm/arch/regs-iis.h> #include <asm/arch/regs-gpio.h> #include <asm/arch/regs-clock.h> #include <asm/arch/audio.h> #include <asm/dma.h> #include <asm/arch/dma.h>
+#include <asm/plat-s3c24xx/regs-iis.h> + #include "s3c24xx-pcm.h" #include "s3c24xx-i2s.h"
At Tue, 18 Dec 2007 12:07:00 +0100, Harald Welte wrote:
[PATCH] Fix s3c24xx include file path changes in asoc driver
Signed-off-by: Harald Welte laforge@openmoko.org
Applied to ALSA tree. Thanks.
Is this intended for 2.6.24 fix?
Takashi
On Wed, Dec 19, 2007 at 01:49:21PM +0100, Takashi Iwai wrote:
At Tue, 18 Dec 2007 12:07:00 +0100, Harald Welte wrote:
[PATCH] Fix s3c24xx include file path changes in asoc driver
Signed-off-by: Harald Welte laforge@openmoko.org
Applied to ALSA tree. Thanks.
Thanks a lot.
Is this intended for 2.6.24 fix?
Since the Neo1973 core code (MACH_NEO1973_GTA01) is not yet in 2.6.24 but will only be merged after the 2.6.24 release, it is not important to have this asoc fix in 2.6.24 already.
participants (2)
-
Harald Welte
-
Takashi Iwai