aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/asoc-s3c.h
diff options
context:
space:
mode:
authorPadmavathi Venna <padma.v@samsung.com>2012-11-28 16:17:48 +0530
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-11-28 19:18:00 +0000
commit1974a042dd15f1f007a3a1a2dd7a23ca0e42c01d (patch)
treed120711caaf863535b6a536d167f9c405ccd7ed0 /include/linux/platform_data/asoc-s3c.h
parentASoC: bells: Up to 512fs (diff)
downloadlinux-dev-1974a042dd15f1f007a3a1a2dd7a23ca0e42c01d.tar.xz
linux-dev-1974a042dd15f1f007a3a1a2dd7a23ca0e42c01d.zip
ASoC: Samsung: Get I2S src_clk from clock alias id.
As the I2S src clks are registered with clkdev using generic connection id, driver can get the clk name using generic id. So the variable representing the array of rclk src clks is deleted. Signed-off-by: Padmavathi Venna <padma.v@samsung.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/platform_data/asoc-s3c.h')
-rw-r--r--include/linux/platform_data/asoc-s3c.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/platform_data/asoc-s3c.h b/include/linux/platform_data/asoc-s3c.h
index aa9875f77c40..88272591a895 100644
--- a/include/linux/platform_data/asoc-s3c.h
+++ b/include/linux/platform_data/asoc-s3c.h
@@ -38,12 +38,6 @@ struct samsung_i2s {
#define QUIRK_NEED_RSTCLR (1 << 3)
/* Quirks of the I2S controller */
u32 quirks;
-
- /*
- * Array of clock names that can be used to generate I2S signals.
- * Also corresponds to clocks of I2SMOD[10]
- */
- const char **src_clk;
dma_addr_t idma_addr;
};