Skip to content

Commit c9e818e

Browse files
committed
tools: topology1: Switch to timer domain
With Zephyr native driver we use timer domain. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
1 parent 63284df commit c9e818e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tools/topology/topology1/sof-imx8mp-micfil.m4‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ include(`platform/imx/imx8.m4')
2020
# Capture pipeline 3 on PCM 1 using max 4 channels of s32le.
2121
PIPELINE_PCM_ADD(sof/pipe-passthrough-capture.m4,
2222
1, 0, 4, s32le,
23-
2000, 0, 0,
23+
1000, 0, 0,
2424
48000, 48000, 48000)
2525

2626
DAI_ADD(sof/pipe-dai-capture.m4, 1, MICFIL, 2, micfil-dmic-hifi,
27-
PIPELINE_SINK_1, 2, s32le, 2000, 0, 0, SCHEDULE_TIME_DOMAIN_DMA)
27+
PIPELINE_SINK_1, 2, s32le, 1000, 0, 0, SCHEDULE_TIME_DOMAIN_TIMER)
2828

2929
dnl DAI_CONFIG(type, dai_index, link_id, name, acpdmic_config)
3030
DAI_CONFIG(MICFIL, 0, 0, micfil-dmic-hifi,

0 commit comments

Comments
 (0)