Skip to content

Commit fc3ed5e

Browse files
committed
apl: memory: expand number of 256 Bytes block to be 128
Still lack of this size HP buffer when enable all 6 ssps on APL. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
1 parent d696d8f commit fc3ed5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/platform/apollolake/include/platform

src/platform/apollolake/include/platform/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
#define HEAP_RT_COUNT32 128
138138
#define HEAP_RT_COUNT64 64
139139
#define HEAP_RT_COUNT128 32
140-
#define HEAP_RT_COUNT256 64
140+
#define HEAP_RT_COUNT256 128
141141
#define HEAP_RT_COUNT512 8
142142
#define HEAP_RT_COUNT1024 4
143143

0 commit comments

Comments
 (0)