Skip to content

Commit 6e38aaa

Browse files
committed
tools: topology1: imx8mp: Switch to time domain timer
After commit eac3c44 ("imx8mp: Switch to native drivers and timer domain") we no longer use DMA domain for scheduling. Fix topologies to use time domain timer. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
1 parent 37f240c commit 6e38aaa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

tools/topology/topology1/sof-imx8mp-btsco-dual-8ch.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dnl deadline, priority, core)
7979
DAI_ADD(sof/pipe-dai-playback.m4,
8080
1, SAI, 2, sai2-bt-sco-pcm-wb,
8181
PIPELINE_SOURCE_1, 2, s16le,
82-
DEADLINE, 0, 0, SCHEDULE_TIME_DOMAIN_DMA)
82+
DEADLINE, 0, 0, SCHEDULE_TIME_DOMAIN_TIMER)
8383

8484
# capture DAI SAI2 using 2 periods
8585
DAI_ADD(sof/pipe-dai-capture.m4,
@@ -91,7 +91,7 @@ DAI_ADD(sof/pipe-dai-capture.m4,
9191
DAI_ADD(sof/pipe-dai-playback.m4,
9292
3, SAI, 3, sai3-bt-sco-pcm-wb,
9393
PIPELINE_SOURCE_3, 2, s16le,
94-
DEADLINE, 0, 0, SCHEDULE_TIME_DOMAIN_DMA)
94+
DEADLINE, 0, 0, SCHEDULE_TIME_DOMAIN_TIMER)
9595

9696
# capture DAI SAI3 using 2 periods
9797
DAI_ADD(sof/pipe-dai-capture.m4,

tools/topology/topology1/sof-imx8mp-compr-pcm-cap-wm8960.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dnl period, priority, core, time_domain)
7575
DAI_ADD(sof/pipe-dai-capture.m4,
7676
1, SAI, 3, sai3-wm8960-hifi,
7777
PIPELINE_SOURCE_1, 2, s32le,
78-
1000, 0, 0, SCHEDULE_TIME_DOMAIN_DMA)
78+
1000, 0, 0, SCHEDULE_TIME_DOMAIN_TIMER)
7979

8080

8181
# PCM Low Latency, id 0

tools/topology/topology1/sof-imx8mp-compr-pcm-wm8960.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dnl period, priority, core, time_domain)
7575
DAI_ADD(sof/pipe-dai-playback.m4,
7676
1, SAI, 3, sai3-wm8960-hifi,
7777
PIPELINE_SOURCE_1, 2, s32le,
78-
1000, 0, 0, SCHEDULE_TIME_DOMAIN_DMA)
78+
1000, 0, 0, SCHEDULE_TIME_DOMAIN_TIMER)
7979

8080

8181
# PCM Low Latency, id 0

tools/topology/topology1/sof-imx8mp-compr-wm8960.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dnl period, priority, core, time_domain)
9191
DAI_ADD(sof/pipe-dai-playback.m4,
9292
1, SAI, 3, DAI_BE_NAME,
9393
PIPELINE_SOURCE_1, 2, s32le,
94-
1000, 0, 0, SCHEDULE_TIME_DOMAIN_DMA)
94+
1000, 0, 0, SCHEDULE_TIME_DOMAIN_TIMER)
9595

9696

9797
# PCM Low Latency, id 0

0 commit comments

Comments
 (0)