Skip to content

Commit 83d19fb

Browse files
committed
IPC: Increase max size from 128 to 384
This patch increases IPC length to be sufficient for e.g. 2x 12th order IIR configuration. This is near to minimum feasible to enable testing of equalizers. There may be need to adjust the limit up even more later but this is the proposal now until we know better the requirements. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 6d8a397 commit 83d19fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/uapi/ipc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
#define SOF_IPC_MESSAGE_ID(x) ((x) & 0xffff)
136136

137137
/* maximum message size for mailbox Tx/Rx */
138-
#define SOF_IPC_MSG_MAX_SIZE 128
138+
#define SOF_IPC_MSG_MAX_SIZE 384
139139

140140
/*
141141
* SOF panic codes

0 commit comments

Comments
 (0)