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/platform_api.h b/hal/platform_api.h
index b1d0420..39c94e8 100644
--- a/hal/platform_api.h
+++ b/hal/platform_api.h
@@ -41,6 +41,6 @@
void platform_get_parameters(void *platform, struct str_parms *query,
struct str_parms *reply);
int platform_set_parameters(void *platform, struct str_parms *parms);
-
+int platform_set_incall_recoding_session_id(void *platform, uint32_t session_id);
#endif // QCOM_AUDIO_PLATFORM_API_H