Skip to content

Commit 9e7a8f9

Browse files
committed
topology: sof-tgl-nocodec-ci: fix DMIC16KHz PCM
Correct the wrong PCM name and pipeline number. Fixes: 7c62a65 ("topology: sof-tgl-nocodec-ci: add dmic16k coverage") Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
1 parent e8e7a50 commit 9e7a8f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/topology/development/sof-tgl-nocodec-ci.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ DAI_ADD(sof/pipe-dai-capture.m4,
227227
PIPELINE_SINK_8, 2, s32le,
228228
1000, 0, 2, SCHEDULE_TIME_DOMAIN_TIMER)
229229

230-
# capture DAI is DMIC 0 using 2 periods
230+
# capture DAI is DMIC 1 using 2 periods
231231
# Buffers use s32le format, 1000us deadline on core 0 with priority 0
232232
DAI_ADD(sof/pipe-dai-capture.m4,
233-
8, DMIC, 1, NoCodec-7,
233+
9, DMIC, 1, NoCodec-7,
234234
PIPELINE_SINK_9, 2, s32le,
235235
1000, 0, 0, SCHEDULE_TIME_DOMAIN_TIMER)
236236

@@ -239,7 +239,7 @@ PCM_DUPLEX_ADD(Port0, 0, PIPELINE_PCM_1, PIPELINE_PCM_2)
239239
PCM_DUPLEX_ADD(Port1, 1, PIPELINE_PCM_3, PIPELINE_PCM_4)
240240
PCM_CAPTURE_ADD(FWEchoRef, 3, PIPELINE_PCM_7)
241241
PCM_CAPTURE_ADD(DMIC, 4, PIPELINE_PCM_8)
242-
PCM_CAPTURE_ADD(DMIC, 5, PIPELINE_PCM_9)
242+
PCM_CAPTURE_ADD(DMIC16kHz, 5, PIPELINE_PCM_9)
243243

244244
#
245245
# BE configurations - overrides config in ACPI if present

0 commit comments

Comments
 (0)