Lines Matching defs:skl_module_cfg
388 struct skl_module_cfg { struct
389 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;
398 struct skl_module_fmt in_fmt[MODULE_MAX_IN_PINS];
399 struct skl_module_fmt out_fmt[MODULE_MAX_OUT_PINS];
400 u8 max_in_queue;
401 u8 max_out_queue;
402 u8 in_queue_mask;
403 u8 out_queue_mask;
404 u8 in_queue;
405 u8 out_queue;
406 u8 is_loadable;
407 u8 core_id;
408 u8 dev_type;
409 u8 dma_id;
410 u8 time_slot;
411 u8 dmic_ch_combo_index;
412 u32 dmic_ch_type;
413 u32 params_fixup;
414 u32 converter;
415 u32 vbus_id;
416 u32 mem_pages;
417 enum d0i3_capability d0i3_caps;
418 u32 dma_buffer_size; /* in milli seconds */
419 struct skl_module_pin *m_in_pin;
443 struct skl_module_cfg *src; argument