Searched refs:avs_tplg_module (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/sound/soc/intel/avs/ |
D | path.c | 147 struct avs_tplg_module *t = mod->template; in avs_copier_create() 270 struct avs_tplg_module *t = mod->template; in avs_get_module_control() 293 struct avs_tplg_module *t = mod->template; in avs_peakvol_create() 329 struct avs_tplg_module *t = mod->template; in avs_updown_mix_create() 351 struct avs_tplg_module *t = mod->template; in avs_src_create() 368 struct avs_tplg_module *t = mod->template; in avs_asrc_create() 387 struct avs_tplg_module *t = mod->template; in avs_aec_create() 406 struct avs_tplg_module *t = mod->template; in avs_mux_create() 424 struct avs_tplg_module *t = mod->template; in avs_wov_create() 441 struct avs_tplg_module *t = mod->template; in avs_micsel_create() [all …]
|
D | topology.c | 1041 .offset = offsetof(struct avs_tplg_module, id), 1047 .offset = offsetof(struct avs_tplg_module, cfg_base), 1053 .offset = offsetof(struct avs_tplg_module, in_fmt), 1059 .offset = offsetof(struct avs_tplg_module, core_id), 1065 .offset = offsetof(struct avs_tplg_module, domain), 1071 .offset = offsetof(struct avs_tplg_module, cfg_ext), 1077 .offset = offsetof(struct avs_tplg_module, ctl_id), 1082 static struct avs_tplg_module * 1086 struct avs_tplg_module *module; in avs_tplg_module_create() 1189 struct avs_tplg_module *module; in avs_tplg_pipeline_create()
|
D | path.h | 43 struct avs_tplg_module *template;
|
D | topology.h | 177 struct avs_tplg_module { struct
|