Searched refs:mod_cfg (Results 1 – 3 of 3) sorted by relevance
72 struct apm_module_obj mod_cfg[]; member75 #define APM_MOD_LIST_OBJ_PSIZE(p, n) struct_size(p, mod_cfg, n)404 obj->mod_cfg[i].module_id = module->module_id; in apm_populate_module_list_obj()405 obj->mod_cfg[i].instance_id = module->instance_id; in apm_populate_module_list_obj()
423 struct skl_pipe_mcfg mod_cfg[SKL_MAX_MODULES_IN_PIPE]; member
495 mconfig->fmt_idx = mconfig->mod_cfg[cfg_idx].fmt_idx; in skl_tplg_init_pipe_modules()496 mconfig->res_idx = mconfig->mod_cfg[cfg_idx].res_idx; in skl_tplg_init_pipe_modules()1643 mconfig->fmt_idx = mconfig->mod_cfg[cfg_idx].fmt_idx; in skl_tplg_update_pipe_params()1644 mconfig->res_idx = mconfig->mod_cfg[cfg_idx].res_idx; in skl_tplg_update_pipe_params()2529 mconfig->mod_cfg[conf_idx].res_idx = tkn_elem->value; in skl_tplg_get_token()2533 mconfig->mod_cfg[conf_idx].fmt_idx = tkn_elem->value; in skl_tplg_get_token()
Completed in 23 milliseconds