Searched defs:skl_module_cfg (Results 1 – 2 of 2) sorted by relevance
370 struct skl_module_cfg { struct371 u8 guid[16];372 struct skl_module_inst_id id;373 struct skl_module *module;374 int res_idx;375 int fmt_idx;376 u8 domain;377 bool homogenous_inputs;378 bool homogenous_outputs;379 struct skl_module_fmt in_fmt[MODULE_MAX_IN_PINS];[all …]
388 struct skl_module_cfg { struct389 u8 guid[16];390 struct skl_module_inst_id id;391 struct skl_module *module;392 int res_idx;393 int fmt_idx;394 int fmt_cfg_idx;395 u8 domain;396 bool homogenous_inputs;397 bool homogenous_outputs;[all …]