Skip to content

Commit

Permalink
config: enable PIPELINE_2_0 for IPC4 fuzz testing
Browse files Browse the repository at this point in the history
This patch enables the PIPELINE_2_0 configuration for IPC4 fuzz testing
by updating the fuzz_IPC4_features.conf file. The PIPELINE_2_0 flag is
required for certain new features, such as DP_SCHEDULER, and improves
code coverage for the IPC4 configuration.

This option is enabled on all platforms using IPC4, with the exception
of those based on CAVS, which are not used in production. The change has
been tested locally and does not introduce any regressions.

Signed-off-by: Tomasz Leman <[email protected]>
  • Loading branch information
tmleman authored and cujomalainey committed Nov 25, 2024
1 parent b10f9f5 commit 4531cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/configs/fuzz_IPC4_features.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

CONFIG_COMP_UP_DOWN_MIXER=y
CONFIG_COMP_ARIA=y
CONFIG_PIPELINE_2_0=y

0 comments on commit 4531cfa

Please sign in to comment.