Searched defs:skl_module_cfg (Results 1 – 1 of 1) sorted by relevance
369 struct skl_module_cfg { struct370 u8 guid[16];371 struct skl_module_inst_id id;372 struct skl_module *module;373 int res_idx;374 int fmt_idx;375 u8 domain;376 bool homogenous_inputs;377 bool homogenous_outputs;378 struct skl_module_fmt in_fmt[MODULE_MAX_IN_PINS];[all …]