Browse Source

s6000-i2s: fix compilation

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>
Daniel Glöckner 14 years ago
parent
commit
b1d36b1c35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/s6000/s6000-i2s.c

+ 1 - 1
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)
 {