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
src: audio: module_adapter: Do the params config right after init
The module_adapter_params() functions set the stream params based on the
base config for each module which is available right after module init.
So configure the params for IPC4 during module_new() and remove the call
to ipc4_pipeline_params(). In order to update the buffer params, add a
call to comp_verify_params() during module_bind when the intermediate
buffers between modules are created. This should help with reducing the
time to trigger pipelines during start.
Add the params handling for the KPB and detect_test modules explicitly
because they don't use the module adapter.
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
0 commit comments