Home
last modified time | relevance | path

Searched refs:out_profile (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/sof/
H A Dfw-file-profile.c107 struct sof_loadable_file_profile *out_profile) in sof_file_profile_for_ipc_type()
117 out_profile->fw_path = base_profile->fw_path; in sof_file_profile_for_ipc_type()
119 out_profile->fw_path = devm_kasprintf(dev, GFP_KERNEL, "%s/%s", in sof_file_profile_for_ipc_type()
122 if (!out_profile->fw_path) in sof_file_profile_for_ipc_type()
127 out_profile->fw_path = desc->default_fw_path[ipc_type]; in sof_file_profile_for_ipc_type()
132 out_profile->fw_name = base_profile->fw_name; in sof_file_profile_for_ipc_type()
134 out_profile->fw_name = desc->default_fw_filename[ipc_type]; in sof_file_profile_for_ipc_type()
145 ret = sof_test_firmware_file(dev, out_profile, &ipc_type); in sof_file_profile_for_ipc_type()
151 ipc_type, out_profile->fw_path, in sof_file_profile_for_ipc_type()
152 out_profile in sof_file_profile_for_ipc_type()
103 sof_file_profile_for_ipc_type(struct snd_sof_dev * sdev,enum sof_ipc_type ipc_type,const struct sof_dev_desc * desc,struct sof_loadable_file_profile * base_profile,struct sof_loadable_file_profile * out_profile) sof_file_profile_for_ipc_type() argument
290 sof_create_ipc_file_profile(struct snd_sof_dev * sdev,struct sof_loadable_file_profile * base_profile,struct sof_loadable_file_profile * out_profile) sof_create_ipc_file_profile() argument
[all...]
H A Dcore.c269 struct sof_loadable_file_profile out_profile; in sof_select_ipc_and_paths() local
304 ret = sof_create_ipc_file_profile(sdev, base_profile, &out_profile); in sof_select_ipc_and_paths()
308 plat_data->ipc_type = out_profile.ipc_type; in sof_select_ipc_and_paths()
309 plat_data->fw_filename = out_profile.fw_name; in sof_select_ipc_and_paths()
310 plat_data->fw_filename_prefix = out_profile.fw_path; in sof_select_ipc_and_paths()
311 plat_data->fw_lib_prefix = out_profile.fw_lib_path; in sof_select_ipc_and_paths()
312 plat_data->tplg_filename_prefix = out_profile.tplg_path; in sof_select_ipc_and_paths()