audio_hal: add incall recording feature

The uplink, downlink and the combination of both can be
recorded using sound recorder app. Add support for incall
recording feature in audio HAL.

Change-Id: Ia828ab5b3af8044d82b6ef8eb989ae0ba9bbba16
diff --git a/hal/msm8960/platform.c b/hal/msm8960/platform.c
index a2eefdd..78d06c5 100644
--- a/hal/msm8960/platform.c
+++ b/hal/msm8960/platform.c
@@ -883,3 +883,9 @@
     LOGE("%s: Not implemented", __func__);
     return -ENOSYS;
 }
+
+int platform_set_incall_recoding_session_id(void *platform, uint32_t session_id)
+{
+    LOGE("%s: Not implemented", __func__);
+    return -ENOSYS;
+}