thesofproject / sof

Sound Open Firmware
Other
562 stars 319 forks source link

config: enable PIPELINE_2_0 for IPC4 fuzz testing #9677

Open tmleman opened 13 hours ago

tmleman commented 13 hours ago

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.

The change has been tested locally and does not introduce any regressions.