2022-01-12 19:26:02

by Curtis Malainey

[permalink] [raw]
Subject: Re: [PATCH v2 1/1] firmware: mediatek: add adsp ipc protocol interface

On Wed, Jan 12, 2022 at 3:43 AM allen-kh.cheng
<[email protected]> wrote:
>
> From: Allen-KH Cheng <[email protected]>
>
> Some of mediatek processors contain
> the Tensilica HiFix DSP for audio processing.
>
> The communication between Host CPU and DSP firmware is
> taking place using a shared memory area for message passing.
>
> ADSP IPC protocol offers (send/recv) interfaces using
> mediatek-mailbox APIs.
>
> We use two mbox channels to implement a request-reply protocol.
>
> Reviewed-by: Tzung-Bi Shih <[email protected]>
> Signed-off-by: Allen-KH Cheng <[email protected]>

Reviewed-by: Curtis Malainey <[email protected]>