mirror of https://github.com/thesofproject/sof.git
topology: add s32_le format support to kwd pipeline
KWD pipeline only supports S16_LE and S24_LE formats, S32_LE also need to be included. Signed-off-by: Zhang Keqiao <keqiao.zhang@linux.intel.com>
This commit is contained in:
parent
af366cfbd2
commit
1336cac019
|
@ -68,7 +68,7 @@ PIPELINE_PCM_ADD(sof/pipe-passthrough-capture.m4,
|
|||
# Passthrough capture pipeline 7 on PCM 7 using max 2 channels.
|
||||
# Schedule 20000us deadline on core 0 with priority 0
|
||||
PIPELINE_PCM_DAI_ADD(sof/pipe-KFBM_TYPE-capture.m4,
|
||||
DMIC_PIPELINE_16k_ID, DMIC_PCM_16k_ID, 2, s24le,
|
||||
DMIC_PIPELINE_16k_ID, DMIC_PCM_16k_ID, 2, s32le,
|
||||
KWD_PIPE_SCH_DEADLINE_US, 0, 0, DMIC, 1, s32le, 3,
|
||||
16000, 16000, 16000)
|
||||
|
||||
|
|
Loading…
Reference in New Issue