projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f1af9d
)
s6000-i2s: fix compilation
author
Daniel Glöckner
<daniel-gl@gmx.net>
Tue, 30 Nov 2010 00:00:16 +0000
(
01:00
+0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 30 Nov 2010 11:25:53 +0000
(11:25 +0000)
A semicolon was missing.
Signed-off-by: Daniel Glöckner <daniel-gl@gmx.net>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/s6000/s6000-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/s6000/s6000-i2s.c
b/sound/soc/s6000/s6000-i2s.c
index 8778faa174a6cb66da33e1e81430c6aae2c59973..3052f64b2403929a62fec3c8257aedec40c8a7a2 100644
(file)
--- a/
sound/soc/s6000/s6000-i2s.c
+++ b/
sound/soc/s6000/s6000-i2s.c
@@
-434,7
+434,7
@@
static struct snd_soc_dai_driver s6000_i2s_dai = {
.rate_max = 1562500,
},
.ops = &s6000_i2s_dai_ops,
-}
+}
;
static int __devinit s6000_i2s_probe(struct platform_device *pdev)
{