Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dfw-file-profile.c102 struct sof_loadable_file_profile *base_profile, in sof_file_profile_for_ipc_type() argument
112 if (base_profile->fw_path) { in sof_file_profile_for_ipc_type()
113 out_profile->fw_path = base_profile->fw_path; in sof_file_profile_for_ipc_type()
114 } else if (base_profile->fw_path_postfix) { in sof_file_profile_for_ipc_type()
117 base_profile->fw_path_postfix); in sof_file_profile_for_ipc_type()
127 if (base_profile->fw_name) in sof_file_profile_for_ipc_type()
128 out_profile->fw_name = base_profile->fw_name; in sof_file_profile_for_ipc_type()
139 if ((base_profile->fw_path || base_profile->fw_name) && in sof_file_profile_for_ipc_type()
154 if (base_profile->fw_lib_path) { in sof_file_profile_for_ipc_type()
155 out_profile->fw_lib_path = base_profile->fw_lib_path; in sof_file_profile_for_ipc_type()
[all …]
H A Dcore.c268 struct sof_loadable_file_profile *base_profile = &plat_data->ipc_file_profile_base; in sof_select_ipc_and_paths() local
273 if (base_profile->ipc_type != plat_data->desc->ipc_default) in sof_select_ipc_and_paths()
276 plat_data->desc->ipc_default, base_profile->ipc_type); in sof_select_ipc_and_paths()
278 if (base_profile->fw_path) in sof_select_ipc_and_paths()
280 base_profile->fw_path); in sof_select_ipc_and_paths()
281 else if (base_profile->fw_path_postfix) in sof_select_ipc_and_paths()
283 base_profile->fw_path_postfix); in sof_select_ipc_and_paths()
285 if (base_profile->fw_lib_path) in sof_select_ipc_and_paths()
287 base_profile->fw_lib_path); in sof_select_ipc_and_paths()
288 else if (base_profile->fw_lib_path_postfix) in sof_select_ipc_and_paths()
[all …]
H A Dsof-priv.h718 struct sof_loadable_file_profile *base_profile,