msm: ADSPRPC: Enable Asynchronous RPC
Current fastRPC code is synchronous, where invocation to DSP waits until DSP responds to CPU. With asynchronous fastRPC support, fastRPC invocation queues asynchronous job to DSP and returned to the user. User can queue in multiple asynchronous jobs to DSP without actually waiting for the response. Reponses from DSP delivered through callback or can be polled for the job. Change-Id: Ib78534b8f1775461aa4562112d099abd5c169348 Signed-off-by:Anirudh Raghavendra <araghave@codeaurora.org> Signed-off-by:
Himateja Reddy <hmreddy@codeaurora.org>
Loading
Please register or sign in to comment