Searched refs:out_profile (Results 1 – 3 of 3) sorted by relevance
103 struct sof_loadable_file_profile *out_profile) in sof_file_profile_for_ipc_type() argument113 out_profile->fw_path = base_profile->fw_path; in sof_file_profile_for_ipc_type()115 out_profile->fw_path = devm_kasprintf(dev, GFP_KERNEL, "%s/%s", in sof_file_profile_for_ipc_type()118 if (!out_profile->fw_path) in sof_file_profile_for_ipc_type()123 out_profile->fw_path = desc->default_fw_path[ipc_type]; in sof_file_profile_for_ipc_type()128 out_profile->fw_name = base_profile->fw_name; in sof_file_profile_for_ipc_type()130 out_profile->fw_name = desc->default_fw_filename[ipc_type]; in sof_file_profile_for_ipc_type()141 ret = sof_test_firmware_file(dev, out_profile, &ipc_type); in sof_file_profile_for_ipc_type()147 ipc_type, out_profile->fw_path, in sof_file_profile_for_ipc_type()148 out_profile->fw_name); in sof_file_profile_for_ipc_type()[all …]
233 struct sof_loadable_file_profile out_profile; in sof_select_ipc_and_paths() local268 ret = sof_create_ipc_file_profile(sdev, base_profile, &out_profile); in sof_select_ipc_and_paths()272 plat_data->ipc_type = out_profile.ipc_type; in sof_select_ipc_and_paths()273 plat_data->fw_filename = out_profile.fw_name; in sof_select_ipc_and_paths()274 plat_data->fw_filename_prefix = out_profile.fw_path; in sof_select_ipc_and_paths()275 plat_data->fw_lib_prefix = out_profile.fw_lib_path; in sof_select_ipc_and_paths()276 plat_data->tplg_filename_prefix = out_profile.tplg_path; in sof_select_ipc_and_paths()
727 struct sof_loadable_file_profile *out_profile);