RE: [PATCH v4 7/8] reset: imx8mp-audiomix: Add support for DSP run/stall

2025-03-06 Thread Peng Fan
> Subject: [PATCH v4 7/8] reset: imx8mp-audiomix: Add support for DSP > run/stall > > We can Run/Stall the DSP via audio block control bits found in > audiomix. > Implement this functionality using the reset controller and use assert > for Stall and deassert for Run. >

[PATCH v4 7/8] reset: imx8mp-audiomix: Add support for DSP run/stall

2025-03-05 Thread Daniel Baluta
We can Run/Stall the DSP via audio block control bits found in audiomix. Implement this functionality using the reset controller and use assert for Stall and deassert for Run. Reviewed-by: Frank Li Signed-off-by: Daniel Baluta --- drivers/reset/reset-imx8mp-audiomix.c | 8 1 file chang