Skip to content

Commit 7f89bbc

Browse files
author
Chao Song
committed
test-case: improve keyword detection case for IPC4
After we add support for IPC4 WoV pipeline filtering in sof-tplgreader.py, we need to use the filter key "kpb:any" to make the test case work for IPC3 and IPC4 WoV test. Signed-off-by: Chao Song <chao.song@linux.intel.com>
1 parent e8e3468 commit 7f89bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-case/check-keyword-detection.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ duration=${OPT_VAL['d']}
5555

5656
logger_disabled || func_lib_start_log_collect
5757

58-
func_pipeline_export "$tplg" "kpbm:any"
58+
func_pipeline_export "$tplg" "kpb:any"
5959

6060
if test "$PIPELINE_COUNT" != "1"; then
6161
die "detected $PIPELINE_COUNT wov pipeline(s) from topology, but 1 is needed"

0 commit comments

Comments
 (0)