[alsa-devel] [PATCH 14/20] ASoC: S3C: I2Sv2: Discard redundant field iis_clk

Jassi Brar jassi.brar at samsung.com
Wed Mar 10 08:49:03 CET 2010


No need to keep redundant field iis_clk in s3c_i2sv2_info.
iis_cclk and iis_pclk is all we need.

Signed-off-by: Jassi Brar <jassi.brar at samsung.com>
---
 sound/soc/s3c24xx/s3c-i2s-v2.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.h b/sound/soc/s3c24xx/s3c-i2s-v2.h
index b094d3c..ea56467 100644
--- a/sound/soc/s3c24xx/s3c-i2s-v2.h
+++ b/sound/soc/s3c24xx/s3c-i2s-v2.h
@@ -49,7 +49,6 @@ struct s3c_i2sv2_info {
 
 	struct clk	*iis_pclk;
 	struct clk	*iis_cclk;
-	struct clk	*iis_clk;
 
 	unsigned char	 master;
 
-- 
1.6.2.5



More information about the Alsa-devel mailing list