3c8d5b58eaa5e709773aa5b52bcc9b9ef5229248

Currently we allocate the memory for CDM GENIRQ command within the Kernel on every stream on. Presil framework do not have an ability to transfer the kernel only buffers to the user daemon. For that reason we need to add support to use the user allocated command buffer instead of the kernel generated memory to add the GenIRQ cdm command while submitting BLs. This change also helps to reduce the stream on and stream off latency by not having to allocate and free the GENIRQ memory on every stream on and stream off respectively. CRs-Fixed: 3115399 Change-Id: Ic159efd56fb9c4480ed1eb25cf2c058cbb914332 Signed-off-by: Jigar Agrawal <quic_jigar@quicinc.com>
Description
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%