mirror of https://github.com/thesofproject/sof.git
topology: sof-imx8qxp-cs42888.m4: add time domain DMA
Add time domain DMA explicitly to DAI_ADD. Signed-off-by: Jaska Uimonen <jaska.uimonen@intel.com>
This commit is contained in:
parent
c1fb77a653
commit
b992b7c69f
|
@ -59,7 +59,7 @@ dnl period, priority, core, time_domain)
|
|||
DAI_ADD(sof/pipe-dai-playback.m4,
|
||||
1, ESAI, 0, ESAI0-Codec,
|
||||
PIPELINE_SOURCE_1, 2, s24le,
|
||||
1000, 0, 0)
|
||||
1000, 0, 0, SCHEDULE_TIME_DOMAIN_DMA)
|
||||
|
||||
# capture DAI is ESAI0 using 2 periods
|
||||
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
|
||||
|
|
Loading…
Reference in New Issue