Skip to content

Commit

Permalink
board: intel_adsp_ace15_mtpm: Select reverse trigger order
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ujfalusi committed Feb 5, 2024
1 parent 3506304 commit 91a952d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/boards/intel_adsp_ace15_mtpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91a952d

Please sign in to comment.