From: Mark Brown Date: Wed, 26 Aug 2009 13:17:23 +0000 (+0100) Subject: ASoC: Fix s3c-i2s-v2 build X-Git-Tag: v2.6.33-rc3~4^2~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5dc0748182037e3fea35a96d615a3c2610b8e4b0;p=profile%2Fcommon%2Fkernel-common.git ASoC: Fix s3c-i2s-v2 build We now need the PCM header to kick the DMA. Signed-off-by: Mark Brown --- diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c index 11d8717..aa7af0b 100644 --- a/sound/soc/s3c24xx/s3c-i2s-v2.c +++ b/sound/soc/s3c24xx/s3c-i2s-v2.c @@ -36,6 +36,7 @@ #include #include "s3c-i2s-v2.h" +#include "s3c24xx-pcm.h" #undef S3C_IIS_V2_SUPPORTED