Searched refs:base_cfg_ext (Results 1 – 1 of 1) sorted by relevance
305 struct sof_ipc4_base_module_cfg_ext *base_cfg_ext; in sof_ipc4_get_input_pin_audio_fmt() local325 base_cfg_ext = process->base_config_ext; in sof_ipc4_get_input_pin_audio_fmt()331 for (i = 0; i < base_cfg_ext->num_input_pin_fmts; i++) { in sof_ipc4_get_input_pin_audio_fmt()1108 struct sof_ipc4_base_module_cfg_ext *base_cfg_ext; in sof_ipc4_widget_setup_comp_process() local1109 u32 ext_size = struct_size(base_cfg_ext, pin_formats, in sof_ipc4_widget_setup_comp_process()1113 base_cfg_ext = kzalloc(ext_size, GFP_KERNEL); in sof_ipc4_widget_setup_comp_process()1114 if (!base_cfg_ext) { in sof_ipc4_widget_setup_comp_process()1119 base_cfg_ext->num_input_pin_fmts = swidget->num_input_pins; in sof_ipc4_widget_setup_comp_process()1121 process->base_config_ext = base_cfg_ext; in sof_ipc4_widget_setup_comp_process()2429 pin_format = &base_cfg_ext->pin_formats[i]; in sof_ipc4_process_set_pin_formats()[all …]