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>
This commit is contained in:
Pan Xiuli 2020-02-19 14:13:30 +08:00 committed by Lech Betlej
parent 40ee1a0e85
commit 6c83df8186
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ indir(`define', concat(`PIPELINE_PCM_', PIPELINE_ID), N_PCMC(PCM_ID))
# PCM Configuration
#
dnl PCM_CAPTURE_LP_ADD(name, pipeline, capture)
PCM_CAPTURE_LP_ADD(DMIC16k, PIPELINE_ID, N_STS(PCM_ID))
PCM_CAPTURE_LP_ADD(DMIC16k, PCM_ID, N_STS(PCM_ID))
PCM_CAPABILITIES(N_STS(PCM_ID), `S32_LE,S24_LE,S16_LE', 16000, 16000, 2, PIPELINE_CHANNELS, 2, 160, 192, 256000, 256000, 1280000)