summaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx/s3c2412-i2s.h
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-03-10 16:48:54 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-03-10 11:59:56 +0000
commit4793d6afbd7d66d64799a9dd1881888c28c4e1d0 (patch)
treead5f9a53a3a497dbe25142f8eda9d981b36ef061 /sound/soc/s3c24xx/s3c2412-i2s.h
parent08226614789496dc395e3714115a3bcf2ca3baa2 (diff)
downloadop-kernel-dev-4793d6afbd7d66d64799a9dd1881888c28c4e1d0.zip
op-kernel-dev-4793d6afbd7d66d64799a9dd1881888c28c4e1d0.tar.gz
ASoC: S3C: I2Sv2: Unify clock source IDs
Rather than having the multiple definitions of the same clocks, define them in one common place and refer by SoC specific names. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/s3c2412-i2s.h')
-rw-r--r--sound/soc/s3c24xx/s3c2412-i2s.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c2412-i2s.h b/sound/soc/s3c24xx/s3c2412-i2s.h
index 92848e5..60cac00 100644
--- a/sound/soc/s3c24xx/s3c2412-i2s.h
+++ b/sound/soc/s3c24xx/s3c2412-i2s.h
@@ -21,8 +21,8 @@
#define S3C2412_DIV_RCLK S3C_I2SV2_DIV_RCLK
#define S3C2412_DIV_PRESCALER S3C_I2SV2_DIV_PRESCALER
-#define S3C2412_CLKSRC_PCLK (0)
-#define S3C2412_CLKSRC_I2SCLK (1)
+#define S3C2412_CLKSRC_PCLK S3C_I2SV2_CLKSRC_PCLK
+#define S3C2412_CLKSRC_I2SCLK S3C_I2SV2_CLKSRC_AUDIOBUS
extern struct clk *s3c2412_get_iisclk(void);
OpenPOWER on IntegriCloud