mirror of https://github.com/thesofproject/sof.git
memory: increase HPSRAM size for buffer on TGL
This patch increases HPSRAM buffer size for TGL platform. Thanks to this change we can provide KPB more space for history data. Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
This commit is contained in:
parent
e697e912aa
commit
dcd8d4c79e
|
@ -261,7 +261,7 @@
|
|||
HEAP_RT_COUNT1024 * 1024 + HEAP_RT_COUNT2048 * 2048 + \
|
||||
HEAP_RT_COUNT4096 * 4096)
|
||||
|
||||
#define HEAP_BUFFER_SIZE 0x50000
|
||||
#define HEAP_BUFFER_SIZE 0x80000
|
||||
#define HEAP_BUFFER_BLOCK_SIZE 0x100
|
||||
#define HEAP_BUFFER_COUNT (HEAP_BUFFER_SIZE / HEAP_BUFFER_BLOCK_SIZE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue