Skip to content

Commit eb0b270

Browse files
xiulipanbkokoszx
authored andcommitted
topology: fix ID typo in kfbm pipeline
The PCM ID should use PCM_ID instead for PIPELINE_ID Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
1 parent e4d567c commit eb0b270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/topology/sof/pipe-kfbm-capture.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ indir(`define', concat(`PIPELINE_PCM_', PIPELINE_ID), N_PCMC(PCM_ID))
8888
# PCM Configuration
8989
#
9090
dnl PCM_CAPTURE_LP_ADD(name, pipeline, capture)
91-
PCM_CAPTURE_LP_ADD(DMIC16k, PIPELINE_ID, N_STS(PCM_ID))
91+
PCM_CAPTURE_LP_ADD(DMIC16k, PCM_ID, N_STS(PCM_ID))
9292

9393
PCM_CAPABILITIES(N_STS(PCM_ID), `S32_LE,S24_LE,S16_LE', 16000, 16000, 2, PIPELINE_CHANNELS, 2, 160, 192, 256000, 256000, 1280000)
9494

0 commit comments

Comments
 (0)