Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1d36b1c authored by Daniel Glöckner's avatar Daniel Glöckner Committed by Mark Brown
Browse files

s6000-i2s: fix compilation



A semicolon was missing.

Signed-off-by: default avatarDaniel Glöckner <daniel-gl@gmx.net>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 3f1af9d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{