hal: Add voice call support for msm8084 target
Update platform file to load CSD libraries to enable voice calls.
Change-Id: Ie2aa194a2addc82a5121f92eb39c8d434cc42f26
diff --git a/hal/msm8960/platform.c b/hal/msm8960/platform.c
index e9c205a..ae551b9 100644
--- a/hal/msm8960/platform.c
+++ b/hal/msm8960/platform.c
@@ -923,3 +923,17 @@
return 0;
}
}
+
+int platform_switch_voice_call_enable_device_config(void *platform,
+ snd_device_t out_snd_device,
+ snd_device_t in_snd_device)
+{
+ return 0;
+}
+
+int platform_switch_voice_call_usecase_route_post(void *platform,
+ snd_device_t out_snd_device,
+ snd_device_t in_snd_device)
+{
+ return 0;
+}