projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d79696f
)
ASoC: S3C: I2Sv2: Discard redundant field iis_clk
author
Jassi Brar
<jassi.brar@samsung.com>
Tue, 27 Apr 2010 06:56:39 +0000
(15:56 +0900)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 5 May 2010 14:12:29 +0000
(15:12 +0100)
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@samsung.com>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/s3c24xx/s3c-i2s-v2.h
patch
|
blob
|
history
diff --git
a/sound/soc/s3c24xx/s3c-i2s-v2.h
b/sound/soc/s3c24xx/s3c-i2s-v2.h
index
b094d3c
..
ea56467
100644
(file)
--- 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;