hal: Add missing Voip Usecase into usecase name index

Voip usecases are missed to add into usecase name
index vector. This casues errors info is printed
during boot up.

Fix it by adding Voip Usecases into usecase index.

CRs-Fixed: 2277614
Change-Id: I2e886b534ad0bb1ebc91626f97be9b6f73efcdf6
diff --git a/hal/msm8916/platform.c b/hal/msm8916/platform.c
index 41d6e6b..4d1e444 100644
--- a/hal/msm8916/platform.c
+++ b/hal/msm8916/platform.c
@@ -935,6 +935,8 @@
     {TO_NAME_INDEX(USECASE_AUDIO_RECORD_AFE_PROXY)},
     {TO_NAME_INDEX(USECASE_AUDIO_EC_REF_LOOPBACK)},
     {TO_NAME_INDEX(USECASE_AUDIO_A2DP_ABR_FEEDBACK)},
+    {TO_NAME_INDEX(USECASE_AUDIO_PLAYBACK_VOIP)},
+    {TO_NAME_INDEX(USECASE_AUDIO_RECORD_VOIP)},
 };
 
 #define NO_COLS 2
diff --git a/hal/msm8974/platform.c b/hal/msm8974/platform.c
index 92f92aa..eb87cef 100644
--- a/hal/msm8974/platform.c
+++ b/hal/msm8974/platform.c
@@ -920,6 +920,8 @@
     {TO_NAME_INDEX(USECASE_AUDIO_RECORD_AFE_PROXY)},
     {TO_NAME_INDEX(USECASE_AUDIO_PLAYBACK_SILENCE)},
     {TO_NAME_INDEX(USECASE_AUDIO_A2DP_ABR_FEEDBACK)},
+    {TO_NAME_INDEX(USECASE_AUDIO_PLAYBACK_VOIP)},
+    {TO_NAME_INDEX(USECASE_AUDIO_RECORD_VOIP)},
 };
 
 #define NO_COLS 2