From: Chanwoo Choi Date: Tue, 20 Jul 2010 05:28:30 +0000 (+0900) Subject: ASoC:Support Samsung SoC(S5P) in I2Sv2 X-Git-Tag: v2.6.36-rc1~6^2~4^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c519767b6ec0e54e5c868c0fceebba968f88374;p=platform%2Fkernel%2Flinux-stable.git ASoC:Support Samsung SoC(S5P) in I2Sv2 This patch modify I2Sv2 driver to support Samsung SoC(S5PV210). Signed-off-by: Chanwoo Choi Signed-off-by: Joonyoung Shim Signed-off-by: Kyungmin Park Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c index 13311c8..64376b2 100644 --- a/sound/soc/s3c24xx/s3c-i2s-v2.c +++ b/sound/soc/s3c24xx/s3c-i2s-v2.c @@ -32,7 +32,8 @@ #undef S3C_IIS_V2_SUPPORTED -#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413) +#if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413) \ + || defined(CONFIG_CPU_S5PV210) #define S3C_IIS_V2_SUPPORTED #endif