Lines Matching refs:base_profile

232 	struct sof_loadable_file_profile *base_profile = &plat_data->ipc_file_profile_base;  in sof_select_ipc_and_paths()  local
237 if (base_profile->ipc_type != plat_data->desc->ipc_default) in sof_select_ipc_and_paths()
240 plat_data->desc->ipc_default, base_profile->ipc_type); in sof_select_ipc_and_paths()
242 if (base_profile->fw_path) in sof_select_ipc_and_paths()
244 base_profile->fw_path); in sof_select_ipc_and_paths()
245 else if (base_profile->fw_path_postfix) in sof_select_ipc_and_paths()
247 base_profile->fw_path_postfix); in sof_select_ipc_and_paths()
249 if (base_profile->fw_lib_path) in sof_select_ipc_and_paths()
251 base_profile->fw_lib_path); in sof_select_ipc_and_paths()
252 else if (base_profile->fw_lib_path_postfix) in sof_select_ipc_and_paths()
254 base_profile->fw_lib_path_postfix); in sof_select_ipc_and_paths()
256 if (base_profile->fw_name) in sof_select_ipc_and_paths()
258 base_profile->fw_name); in sof_select_ipc_and_paths()
260 if (base_profile->tplg_path) in sof_select_ipc_and_paths()
262 base_profile->tplg_path); in sof_select_ipc_and_paths()
264 if (base_profile->tplg_name) in sof_select_ipc_and_paths()
266 base_profile->tplg_name); in sof_select_ipc_and_paths()
268 ret = sof_create_ipc_file_profile(sdev, base_profile, &out_profile); in sof_select_ipc_and_paths()
312 struct sof_loadable_file_profile *base_profile = &plat_data->ipc_file_profile_base; in sof_init_sof_ops() local
315 if (!(BIT(base_profile->ipc_type) & plat_data->desc->ipc_supported_mask)) { in sof_init_sof_ops()
318 base_profile->ipc_type, plat_data->desc->ipc_supported_mask); in sof_init_sof_ops()
326 plat_data->ipc_type = base_profile->ipc_type; in sof_init_sof_ops()
327 plat_data->tplg_filename = base_profile->tplg_name; in sof_init_sof_ops()
335 struct sof_loadable_file_profile *base_profile = &plat_data->ipc_file_profile_base; in sof_init_environment() local
355 } else if (plat_data->ipc_type != base_profile->ipc_type) { in sof_init_environment()