diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-26 14:17:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-26 15:27:57 +0100 |
commit | 5dc0748182037e3fea35a96d615a3c2610b8e4b0 (patch) | |
tree | 528f367e99052506f08baa995474e3a2e960837b /sound/soc | |
parent | 977d49e00d18d500d0bfe77500053d9df9c3db77 (diff) |
ASoC: Fix s3c-i2s-v2 build
We now need the PCM header to kick the DMA.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/s3c24xx/s3c-i2s-v2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c index 11d8717c9ea..aa7af0b8d42 100644 --- a/sound/soc/s3c24xx/s3c-i2s-v2.c +++ b/sound/soc/s3c24xx/s3c-i2s-v2.c @@ -36,6 +36,7 @@ #include <mach/dma.h> #include "s3c-i2s-v2.h" +#include "s3c24xx-pcm.h" #undef S3C_IIS_V2_SUPPORTED |