hal: add support for incall music uplink usecase
Fix issue for incall music uplink not functional. Added
usecase and mixer path changes to support usecase. Note that
DP silence playback and incall music uplink share same pcm device
and cannot be run simultaneously
CRs-Fixed: 2244144
Change-Id: I9c4aadc1e685e6e81d3c325240fdbef53fc1d585
diff --git a/hal/msm8974/platform.c b/hal/msm8974/platform.c
index aeab831..fa8fa58 100644
--- a/hal/msm8974/platform.c
+++ b/hal/msm8974/platform.c
@@ -919,6 +919,7 @@
{TO_NAME_INDEX(USECASE_AUDIO_PLAYBACK_AFE_PROXY)},
{TO_NAME_INDEX(USECASE_AUDIO_RECORD_AFE_PROXY)},
{TO_NAME_INDEX(USECASE_AUDIO_PLAYBACK_SILENCE)},
+ {TO_NAME_INDEX(USECASE_INCALL_MUSIC_UPLINK)},
{TO_NAME_INDEX(USECASE_AUDIO_A2DP_ABR_FEEDBACK)},
{TO_NAME_INDEX(USECASE_AUDIO_PLAYBACK_VOIP)},
{TO_NAME_INDEX(USECASE_AUDIO_RECORD_VOIP)},