Skip to content

Commit

Permalink
mod: export module_adapter_set_state to lext
Browse files Browse the repository at this point in the history
module_adapter_set_state will be needed in loadable
debug module framework

Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>
  • Loading branch information
marcinszkudlinski committed Jan 23, 2025
1 parent c8811ff commit c27dcf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/module_adapter/module_adapter_ipc4.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ int module_adapter_set_state(struct processing_module *mod, struct comp_dev *dev
{
return comp_set_state(dev, cmd);
}
EXPORT_SYMBOL(module_adapter_set_state);

int module_set_large_config(struct comp_dev *dev, uint32_t param_id, bool first_block,
bool last_block, uint32_t data_offset_size, const char *data)
Expand Down

0 comments on commit c27dcf4

Please sign in to comment.