mirror of https://github.com/thesofproject/sof.git
apl: memory: expand number of 256 Bytes block to be 64
The 256 Bytes block are used frequently for component new, 16 is not enough for GP-MRB multiple SSPs/pipelines support, here expand it to be 64. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
parent
3507eb2d08
commit
fdf5024110
|
@ -137,7 +137,7 @@
|
|||
#define HEAP_RT_COUNT32 128
|
||||
#define HEAP_RT_COUNT64 64
|
||||
#define HEAP_RT_COUNT128 32
|
||||
#define HEAP_RT_COUNT256 16
|
||||
#define HEAP_RT_COUNT256 64
|
||||
#define HEAP_RT_COUNT512 8
|
||||
#define HEAP_RT_COUNT1024 4
|
||||
|
||||
|
|
Loading…
Reference in New Issue