Tools: Topology: Set FIR EQ control max size to 4096 bytes

The FIR bytes control size is 4096 bytes. This topology contained the
old 304 bytes size that was the limit for single IPC configuration.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2020-05-13 13:20:43 +03:00 committed by Liam Girdwood
parent b1e201cfb8
commit e081ba8e01
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ C_CONTROLBYTES(EQFIR, PIPELINE_ID,
CONTROLBYTES_OPS(bytes, 258 binds the mixer control to bytes get/put handlers, 258, 258),
CONTROLBYTES_EXTOPS(258 binds the mixer control to bytes get/put handlers, 258, 258),
, , ,
CONTROLBYTES_MAX(, 304),
CONTROLBYTES_MAX(, 4096),
,
DEF_EQFIR_PRIV)