msm: mpq8064: Add platform specific changes to enable cs8427.

Add platform specific changes for cs8427, secondary RX i2s.

Change-Id: Idf1ca080f1975373ae95fd809b81d4fc72054c72
Signed-off-by: Santosh Mardi <gsantosh@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices-8064.c b/arch/arm/mach-msm/devices-8064.c
index 35588d6..aef5cfd 100644
--- a/arch/arm/mach-msm/devices-8064.c
+++ b/arch/arm/mach-msm/devices-8064.c
@@ -411,7 +411,10 @@
 	.name	= "msm-dai-q6",
 	.id	= 0x4001,
 };
-
+struct platform_device mpq_cpudai_sec_i2s_rx = {
+	.name = "msm-dai-q6",
+	.id = 4,
+};
 struct platform_device apq_cpudai_hdmi_rx = {
 	.name	= "msm-dai-q6-hdmi",
 	.id	= 8,