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 <rander.wang@intel.com>
This commit is contained in:
Rander Wang 2023-01-12 21:24:07 +08:00 committed by Kai Vehmanen
parent c3807ae4a7
commit e7e29b61e2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#define IPC4_MAX_LIBS_COUNT 16 #define IPC4_MAX_LIBS_COUNT 16
/* Max pipeline count supported by ipc4 */ /* Max pipeline count supported by ipc4 */
#define IPC4_MAX_PPL_COUNT 16 #define IPC4_MAX_PPL_COUNT 32
enum ipc4_basefw_params { enum ipc4_basefw_params {
/* Use LARGE_CONFIG_GET to retrieve fw properties as TLV structure /* Use LARGE_CONFIG_GET to retrieve fw properties as TLV structure