ASoC: sdp4430 - add sdp4430 pcm ops to DAI.

Fix build warning about unused ops and add ops
to the sdp4430 DAI link.

Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
diff --git a/sound/soc/omap/sdp4430.c b/sound/soc/omap/sdp4430.c
index 3a0c1986..4ebbde6 100644
--- a/sound/soc/omap/sdp4430.c
+++ b/sound/soc/omap/sdp4430.c
@@ -167,6 +167,7 @@
 	.cpu_dai = &omap_mcpdm_dai,
 	.codec_dai = &twl6040_dai,
 	.init = sdp4430_twl6040_init,
+	.ops = &sdp4430_ops,
 };
 
 /* Audio machine driver */