You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Audio: EQ IIR: Remove bytes control blob set from init()
The pass of bytes control in init() was used in some very early
IPC3 kernels. With IPC4 the module configuration data is not for
control. If a topology does not contain a blob to initialize the
control, the comp_init_data_blob() call initializes to blob
handler an invalid blob that is attempted to be used in prepare().
The prepare() then fails with invalid blob detected while it
should result to pass-through mode. A check is also added to
prepare() for the data_size from comp_get_data_blob().
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
0 commit comments