Searched defs:skl_module_cfg (Results 1 – 1 of 1) sorted by relevance
384 struct skl_module_cfg { struct385 u8 guid[16];386 struct skl_module_inst_id id;387 struct skl_module *module;388 int res_idx;389 int fmt_idx;390 u8 domain;391 bool homogenous_inputs;392 bool homogenous_outputs;393 struct skl_module_fmt in_fmt[MODULE_MAX_IN_PINS];[all …]