Searched refs:base_cfg_ext (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/soc/intel/skylake/
H A Dskl-messages.c493 struct skl_base_cfg_ext *base_cfg_ext)
504 base_cfg_ext->nr_input_pins = res->nr_input_pins;
505 base_cfg_ext->nr_output_pins = res->nr_output_pins;
506 base_cfg_ext->priv_param_length =
511 pin_fmt = &base_cfg_ext->pins_fmt[i];
522 pin_fmt = &base_cfg_ext->pins_fmt[res->nr_input_pins + i];
531 if (!base_cfg_ext->priv_param_length)
534 params = (char *)base_cfg_ext + sizeof(struct skl_base_cfg_ext);
535 params += (base_cfg_ext->nr_input_pins + base_cfg_ext
491 skl_set_base_ext_module_format(struct skl_dev *skl, struct skl_module_cfg *mconfig, struct skl_base_cfg_ext *base_cfg_ext) argument
[all...]
/linux-master/sound/soc/sof/
H A Dipc4-topology.c208 struct sof_ipc4_base_module_cfg_ext *base_cfg_ext; local
220 base_cfg_ext = process->base_config_ext;
226 for (i = 0; i < base_cfg_ext->num_input_pin_fmts; i++) {
227 struct sof_ipc4_pin_format *pin_format = &base_cfg_ext->pin_formats[i];
949 struct sof_ipc4_base_module_cfg_ext *base_cfg_ext; local
950 u32 ext_size = struct_size(base_cfg_ext, pin_formats,
954 base_cfg_ext = kzalloc(ext_size, GFP_KERNEL);
955 if (!base_cfg_ext) {
960 base_cfg_ext->num_input_pin_fmts = swidget->num_input_pins;
961 base_cfg_ext
2017 struct sof_ipc4_base_module_cfg_ext *base_cfg_ext = process->base_config_ext; local
2147 struct sof_ipc4_base_module_cfg_ext *base_cfg_ext = process->base_config_ext; local
[all...]

Completed in 138 milliseconds