testbench: increase the testbench mailbox size to support larger tplgs

Testbench should be able to support ALL DSP based topologies.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2021-08-06 16:57:56 +01:00 committed by Liam Girdwood
parent bcbab9e1c7
commit 36452f444b
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@
#define MAILBOX_STREAM_OFFSET \
(MAILBOX_DEBUG_SIZE + MAILBOX_DEBUG_OFFSET)
#define MAILBOX_STREAM_SIZE 0x200
/* host mailbox can be bigger to support larger and more complex use cases */
#define MAILBOX_STREAM_SIZE 0x2000
#define MAILBOX_STREAM_BASE \
(MAILBOX_BASE + MAILBOX_STREAM_OFFSET)