Skip to content

Commit

Permalink
tools: topology1: Switch to timer domain
Browse files Browse the repository at this point in the history
With Zephyr native driver we use timer domain.

Signed-off-by: Daniel Baluta <[email protected]>
  • Loading branch information
dbaluta committed Feb 12, 2025
1 parent 63284df commit c9e818e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/topology/topology1/sof-imx8mp-micfil.m4
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ include(`platform/imx/imx8.m4')
# Capture pipeline 3 on PCM 1 using max 4 channels of s32le.
PIPELINE_PCM_ADD(sof/pipe-passthrough-capture.m4,
1, 0, 4, s32le,
2000, 0, 0,
1000, 0, 0,
48000, 48000, 48000)

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

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

0 comments on commit c9e818e

Please sign in to comment.