Commit aa9673cf authored by Harald Welte's avatar Harald Welte Committed by Jaroslav Kysela

[ALSA] neo1973: ASoC include pathname fix

Fix s3c24xx include file path changes in asoc driver
Signed-off-by: default avatarHarald Welte <laforge@openmoko.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent 358ce0cf
...@@ -30,13 +30,15 @@ ...@@ -30,13 +30,15 @@
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <asm/hardware/scoop.h> #include <asm/hardware/scoop.h>
#include <asm/arch/regs-iis.h>
#include <asm/arch/regs-clock.h> #include <asm/arch/regs-clock.h>
#include <asm/arch/regs-gpio.h> #include <asm/arch/regs-gpio.h>
#include <asm/hardware.h> #include <asm/hardware.h>
#include <asm/arch/audio.h> #include <asm/arch/audio.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/spi-gpio.h> #include <asm/arch/spi-gpio.h>
#include <asm/plat-s3c24xx/regs-iis.h>
#include "../codecs/wm8753.h" #include "../codecs/wm8753.h"
#include "lm4857.h" #include "lm4857.h"
#include "s3c24xx-pcm.h" #include "s3c24xx-pcm.h"
......
...@@ -33,13 +33,14 @@ ...@@ -33,13 +33,14 @@
#include <asm/hardware.h> #include <asm/hardware.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/regs-iis.h>
#include <asm/arch/regs-gpio.h> #include <asm/arch/regs-gpio.h>
#include <asm/arch/regs-clock.h> #include <asm/arch/regs-clock.h>
#include <asm/arch/audio.h> #include <asm/arch/audio.h>
#include <asm/dma.h> #include <asm/dma.h>
#include <asm/arch/dma.h> #include <asm/arch/dma.h>
#include <asm/plat-s3c24xx/regs-iis.h>
#include "s3c24xx-pcm.h" #include "s3c24xx-pcm.h"
#include "s3c24xx-i2s.h" #include "s3c24xx-i2s.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment