Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/sof/
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 …]
Dcore.c232 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()
[all …]
Dsof-priv.h726 struct sof_loadable_file_profile *base_profile,