Searched defs:skl_module_cfg (Results 1 – 1 of 1) 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 …]