Skip to content

Commit

Permalink
mtl: Fix KD topology tests failure
Browse files Browse the repository at this point in the history
KD topology tests fail on MTL due to insufficient size of
heap memory. During creation of KD topologies with
4ch audio format, FW fails on memory allocation.
The patch increases HEAPMEM size.

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
  • Loading branch information
jxstelter committed Oct 24, 2023
1 parent ac9a8fb commit 547040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/meteorlake/include/platform/lib/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
/**
* size of HPSRAM system heap
*/
#define HEAPMEM_SIZE 0xD0000
#define HEAPMEM_SIZE 0xF0000

#endif /* __PLATFORM_LIB_MEMORY_H__ */

Expand Down

0 comments on commit 547040d

Please sign in to comment.