diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-06 14:36:37 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-03-06 14:36:44 +0100 |
commit | 4f5b31c3f29f4351d2740faed3a6c569b800b39d (patch) | |
tree | 363075890bc33f9b08e2ad813be0697437b52f49 /sound/soc/s3c24xx/s3c24xx-pcm.c | |
parent | ASoC: wm8510 pll settings (diff) | |
parent | S3C: Move <mach/audio.h> to <plat/audio.h> (diff) | |
download | linux-4f5b31c3f29f4351d2740faed3a6c569b800b39d.tar.xz linux-4f5b31c3f29f4351d2740faed3a6c569b800b39d.zip |
Merge commit 's3c-iis-header' into HEAD
Diffstat (limited to 'sound/soc/s3c24xx/s3c24xx-pcm.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-pcm.c b/sound/soc/s3c24xx/s3c24xx-pcm.c index ba1ae09dfaed..5c96c1ed6299 100644 --- a/sound/soc/s3c24xx/s3c24xx-pcm.c +++ b/sound/soc/s3c24xx/s3c24xx-pcm.c @@ -29,7 +29,7 @@ #include <asm/dma.h> #include <mach/hardware.h> #include <mach/dma.h> -#include <mach/audio.h> +#include <plat/audio.h> #include "s3c24xx-pcm.h" |