File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
audio/module_adapter/library
include/sof/audio/module_adapter/library Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ static int userspace_proxy_init(struct processing_module *mod)
480480 return ret ;
481481
482482 if (params -> ext .agent .start_fn == system_agent_start )
483- module_set_private_data (mod , params -> ext .agent .out_interface );
483+ module_set_private_data (mod , ( void * ) params -> ext .agent .out_interface );
484484 else
485485 mod -> user_ctx -> interface = params -> ext .agent .out_interface ;
486486 }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ struct module_agent_params {
1313 system_agent_start_fn start_fn ;
1414 struct system_agent_params params ;
1515 byte_array_t mod_cfg ;
16- void * out_interface ;
16+ const void * out_interface ;
1717};
1818
1919struct module_large_cfg_set_params {
You can’t perform that action at this time.
0 commit comments