audio: Update pcm device ids for VI feedback and Voice2

Due to changes in machine driver, the pcm ids for VI
feedback and Voice2 are changed, so update the PCM
ids to support these use cases.

CRs-Fixed: 642001
Change-Id: I1cb23b57448bdecc5229e39b866d1c056029f712
diff --git a/hal/msm8974/platform.h b/hal/msm8974/platform.h
index 63d6fc6..981ac93 100644
--- a/hal/msm8974/platform.h
+++ b/hal/msm8974/platform.h
@@ -192,7 +192,11 @@
 #endif
 
 #define SPKR_PROT_CALIB_RX_PCM_DEVICE 5
+#ifdef PLATFORM_APQ8084
+#define SPKR_PROT_CALIB_TX_PCM_DEVICE 33
+#else
 #define SPKR_PROT_CALIB_TX_PCM_DEVICE 25
+#endif
 #define PLAYBACK_OFFLOAD_DEVICE 9
 #define COMPRESS_VOIP_CALL_PCM_DEVICE 3
 
@@ -217,7 +221,7 @@
 #define VOWLAN_CALL_PCM_DEVICE 30
 #elif PLATFORM_APQ8084
 #define VOICE_CALL_PCM_DEVICE 20
-#define VOICE2_CALL_PCM_DEVICE 28
+#define VOICE2_CALL_PCM_DEVICE 25
 #define VOLTE_CALL_PCM_DEVICE 21
 #define QCHAT_CALL_PCM_DEVICE 06
 #define VOWLAN_CALL_PCM_DEVICE -1