From e7e29b61e22107d201afe32410253fa2ddf500b0 Mon Sep 17 00:00:00 2001 From: Rander Wang Date: Thu, 12 Jan 2023 21:24:07 +0800 Subject: [PATCH] ipc4: increase max pipeline count to 32 Now each stream is built with at least two pipelines and this can't support more than 8 streams, 6 streams in normal. This results to CI test failure since it will tests all streams although current topology is simple. Now increase it to 32 for future enhancement. Signed-off-by: Rander Wang --- src/include/ipc4/base_fw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ipc4/base_fw.h b/src/include/ipc4/base_fw.h index 2f9c7bc86..2416ffc37 100644 --- a/src/include/ipc4/base_fw.h +++ b/src/include/ipc4/base_fw.h @@ -42,7 +42,7 @@ #define IPC4_MAX_LIBS_COUNT 16 /* Max pipeline count supported by ipc4 */ -#define IPC4_MAX_PPL_COUNT 16 +#define IPC4_MAX_PPL_COUNT 32 enum ipc4_basefw_params { /* Use LARGE_CONFIG_GET to retrieve fw properties as TLV structure