Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/audio/volume/volume.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
#include <ipc4/fw_reg.h>
#endif

/* Disable HIFI4, see issue https://github.com/thesofproject/sof/issues/9213 */
#if defined(CONFIG_ACE_VERSION_1_5) && defined(__XCC__)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gbernatxintel How about ACE2.0? Should we disable that as well until fix is done?

# undef SOF_MAX_XCHAL_HIFI
# define SOF_MAX_XCHAL_HIFI 3
#endif

struct comp_buffer;
struct sof_ipc_ctrl_value_chan;

Expand Down