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