Searched refs:avs_tplg_module (Results 1 – 4 of 4) sorted by relevance
/linux/sound/soc/intel/avs/ |
H A D | path.c | 147 struct avs_tplg_module *t = mod->template; in avs_copier_create() 267 struct avs_tplg_module *t = mod->template; in avs_get_module_control() 290 struct avs_tplg_module *t = mod->template; in avs_peakvol_create() 326 struct avs_tplg_module *t = mod->template; in avs_updown_mix_create() 348 struct avs_tplg_module *t = mod->template; in avs_src_create() 365 struct avs_tplg_module *t = mod->template; in avs_asrc_create() 385 struct avs_tplg_module *t = mod->template; in avs_aec_create() 404 struct avs_tplg_module *t = mod->template; in avs_mux_create() 422 struct avs_tplg_module *t = mod->template; in avs_wov_create() 439 struct avs_tplg_module *t = mod->template; in avs_micsel_create() [all …]
|
H A D | topology.c | 1082 .offset = offsetof(struct avs_tplg_module, id), 1088 .offset = offsetof(struct avs_tplg_module, cfg_base), 1094 .offset = offsetof(struct avs_tplg_module, in_fmt), 1100 .offset = offsetof(struct avs_tplg_module, core_id), 1106 .offset = offsetof(struct avs_tplg_module, domain), 1112 .offset = offsetof(struct avs_tplg_module, cfg_ext), 1118 .offset = offsetof(struct avs_tplg_module, ctl_id), 1124 .offset = offsetof(struct avs_tplg_module, num_config_ids), 1138 static struct avs_tplg_module * 1142 struct avs_tplg_module *modul in avs_tplg_module_create() [all...] |
H A D | path.h | 43 struct avs_tplg_module *template;
|
H A D | topology.h | 188 struct avs_tplg_module { struct
|