Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
A Dfw-file-profile.c118 if (!out_profile->fw_path) 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()
162 if (!out_profile->fw_lib_path) { in sof_file_profile_for_ipc_type()
188 out_profile->ipc_type = ipc_type; in sof_file_profile_for_ipc_type()
202 devm_kfree(dev, out_profile->fw_path); in sof_file_profile_for_ipc_type()
204 devm_kfree(dev, out_profile->fw_lib_path); in sof_file_profile_for_ipc_type()
206 memset(out_profile, 0, sizeof(*out_profile)); in sof_file_profile_for_ipc_type()
295 memset(out_profile, 0, sizeof(*out_profile)); in sof_create_ipc_file_profile()
298 base_profile, out_profile); in sof_create_ipc_file_profile()
[all …]
A Dcore.c233 struct sof_loadable_file_profile out_profile; in sof_select_ipc_and_paths() local
268 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()
A Dsof-priv.h727 struct sof_loadable_file_profile *out_profile);

Completed in 16 milliseconds