From 91a952da499c3b8f3b5390d5b05d751aad0772eb Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Mon, 5 Feb 2024 16:58:39 +0200 Subject: [PATCH] board: intel_adsp_ace15_mtpm: Select reverse trigger order The CONFIG_DMA_DW_SUSPEND_DRAIN needs reversed trigger order: DW DMA stop includes draining and it needs working DAI to be able to complete it. Signed-off-by: Peter Ujfalusi --- app/boards/intel_adsp_ace15_mtpm.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index d48f91e0a654..644a2ef8de6c 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -79,6 +79,9 @@ CONFIG_INTEL_ADSP_IPC=y CONFIG_WATCHDOG=y CONFIG_LL_WATCHDOG=y +# CONFIG_DMA_DW_SUSPEND_DRAIN=y needs reversed trigger order +CONFIG_COMP_DAI_STOP_TRIGGER_ORDER_REVERSE=y + # Temporary disabled options CONFIG_TRACE=n CONFIG_COMP_KPB=y