ASoC: msm: add dai link for SLIM_2_Rx and tabla_rx3.

Dai link connecting Slimbus2 RX CPU DAI to tabla_rx3 dai is used for
sending Ultrasound stream to ear piece or external top Speaker.

Change-Id: If25fb5a959a191a056227ab01c4ba9603014fd32
Signed-off-by: Kiran Kandi <kkandi@codeaurora.org>
diff --git a/arch/arm/mach-msm/devices-8064.c b/arch/arm/mach-msm/devices-8064.c
index 1382632..6401722 100644
--- a/arch/arm/mach-msm/devices-8064.c
+++ b/arch/arm/mach-msm/devices-8064.c
@@ -608,6 +608,11 @@
 	.id = 0x4003,
 };
 
+struct platform_device apq_cpudai_slimbus_2_rx = {
+	.name = "msm-dai-q6",
+	.id = 0x4004,
+};
+
 struct platform_device apq_cpudai_slimbus_2_tx = {
 	.name = "msm-dai-q6",
 	.id = 0x4005,