aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorHarald Welte <laforge@openmoko.org>2007-12-19 09:37:49 -0500
committerJaroslav Kysela <perex@perex.cz>2008-01-31 11:29:43 -0500
commitaa9673cf31c7daca42a9713c8aa604bce280e85d (patch)
tree825f73f2d384a1bd74843bbe6a72c9394f4d7d80 /sound
parent358ce0cf3f147802ef81aa53d5b341f633d608d1 (diff)
[ALSA] neo1973: ASoC include pathname fix
Fix s3c24xx include file path changes in asoc driver Signed-off-by: Harald Welte <laforge@openmoko.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/s3c24xx/neo1973_wm8753.c4
-rw-r--r--sound/soc/s3c24xx/s3c24xx-i2s.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c
index f1f6b9478af9..bde4cdcb433f 100644
--- a/sound/soc/s3c24xx/neo1973_wm8753.c
+++ b/sound/soc/s3c24xx/neo1973_wm8753.c
@@ -30,13 +30,15 @@
30 30
31#include <asm/mach-types.h> 31#include <asm/mach-types.h>
32#include <asm/hardware/scoop.h> 32#include <asm/hardware/scoop.h>
33#include <asm/arch/regs-iis.h>
34#include <asm/arch/regs-clock.h> 33#include <asm/arch/regs-clock.h>
35#include <asm/arch/regs-gpio.h> 34#include <asm/arch/regs-gpio.h>
36#include <asm/hardware.h> 35#include <asm/hardware.h>
37#include <asm/arch/audio.h> 36#include <asm/arch/audio.h>
38#include <asm/io.h> 37#include <asm/io.h>
39#include <asm/arch/spi-gpio.h> 38#include <asm/arch/spi-gpio.h>
39
40#include <asm/plat-s3c24xx/regs-iis.h>
41
40#include "../codecs/wm8753.h" 42#include "../codecs/wm8753.h"
41#include "lm4857.h" 43#include "lm4857.h"
42#include "s3c24xx-pcm.h" 44#include "s3c24xx-pcm.h"
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c
index cd89c4105fcd..fe30e0d82d37 100644
--- a/sound/soc/s3c24xx/s3c24xx-i2s.c
+++ b/sound/soc/s3c24xx/s3c24xx-i2s.c
@@ -33,13 +33,14 @@
33 33
34#include <asm/hardware.h> 34#include <asm/hardware.h>
35#include <asm/io.h> 35#include <asm/io.h>
36#include <asm/arch/regs-iis.h>
37#include <asm/arch/regs-gpio.h> 36#include <asm/arch/regs-gpio.h>
38#include <asm/arch/regs-clock.h> 37#include <asm/arch/regs-clock.h>
39#include <asm/arch/audio.h> 38#include <asm/arch/audio.h>
40#include <asm/dma.h> 39#include <asm/dma.h>
41#include <asm/arch/dma.h> 40#include <asm/arch/dma.h>
42 41
42#include <asm/plat-s3c24xx/regs-iis.h>
43
43#include "s3c24xx-pcm.h" 44#include "s3c24xx-pcm.h"
44#include "s3c24xx-i2s.h" 45#include "s3c24xx-i2s.h"
45 46