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
ipc4: module: interface: module_adapter: Add support for Config Get/Set ipc
Add support for Config Get and Config Set ipc commands. Handle them through
the get_attribute and set_attribute methods of the component with the
COMP_ATTR_IPC4_CONFIG parameter. Add the set_config_param and
get_config_param functions to the module interface. Extend the
functionality of module adapter to call the above functions to handle ipc
request. Increase the version of module api due to modification of
module_interface structure.
Using Module Config Get / Set command, host driver may send a parameter
that fits into the header (a very short one), packed along with
parameter id. Larger parameters require fragmentation and a series of
Large Config Set commands.
Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
0 commit comments