hal: Integrated QTI Audio framework changes
- Added support for DD/DDP/AAC/MP4 decode through QAF.
- Added support for Rencoding to DD/DDP through QAF..
- Added support for DAP through QAF.
- Added suport for mixing DD/DDP with PCM through QAF.
- Added suport for mixing AAC with PCM through QAF.
- Added support for Dual Decode through QAF.
CRs-Fixed: 1063555
Change-Id: Icc3ddf62f9bc1c45e1027fb93bf9fa0e154a783e
diff --git a/hal/msm8916/platform.c b/hal/msm8916/platform.c
index 25f862e..47f251f 100644
--- a/hal/msm8916/platform.c
+++ b/hal/msm8916/platform.c
@@ -3987,6 +3987,13 @@
free(kv_pairs);
}
+unsigned char* platform_get_license(void *platform __unused, int *size __unused)
+{
+ ALOGE("%s: Not implemented", __func__);
+ return NULL;
+}
+
+
/* Delay in Us, only to be used for PCM formats */
int64_t platform_render_latency(audio_usecase_t usecase)
{