mirror of https://github.com/thesofproject/sof.git
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:
parent
bcbab9e1c7
commit
36452f444b
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue