ASoC: msm8960: Add platform device for ALSA Audio RT Proxy Driver.

Add support for RTPorts Playback and Capture.
There have two RTPorts RT_PORT_PROXY_001_RX,RT_PORT_PROXY_001_TX.
Each port works as combo supporting playback and capture of PCM.
Four BE devices are added - two for each combo port.

Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-msm8960.c b/arch/arm/mach-msm/board-msm8960.c
index 99f97ab..87896df 100644
--- a/arch/arm/mach-msm/board-msm8960.c
+++ b/arch/arm/mach-msm/board-msm8960.c
@@ -3067,6 +3067,11 @@
 	&msm_voice,
 	&msm_voip,
 	&msm_lpa_pcm,
+	&msm_cpudai_afe_01_rx,
+	&msm_cpudai_afe_01_tx,
+	&msm_cpudai_afe_02_rx,
+	&msm_cpudai_afe_02_tx,
+	&msm_pcm_afe,
 #ifdef CONFIG_FB_MSM_HDMI_MSM_PANEL
 	&hdmi_msm_device,
 #endif