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
component: module_adapter: Add module_ext_init_decode() and call it
Add module_ext_init_decode() for struct ipc4_module_init_ext_init
payload decoding. The function goes decodes ext_init and following
object array payload. The only recognized object so far is struct
sof_ipc4_mod_init_ext_dp_memory_data. The possibly found stack and
heap size requirements are copied to struct module_config, but no
other functionality is added. This first version ignores rtos_domain
and gna_used flags, and fails if their associated data is found
in the message payload.
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
0 commit comments