Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dfw-file-profile.c106 struct sof_loadable_file_profile *base_profile, in sof_file_profile_for_ipc_type()
116 if (base_profile->fw_path) { in sof_file_profile_for_ipc_type()
117 out_profile->fw_path = base_profile->fw_path; in sof_file_profile_for_ipc_type()
118 } else if (base_profile->fw_path_postfix) { in sof_file_profile_for_ipc_type()
121 base_profile->fw_path_postfix); in sof_file_profile_for_ipc_type()
131 if (base_profile->fw_name) in sof_file_profile_for_ipc_type()
132 out_profile->fw_name = base_profile->fw_name; in sof_file_profile_for_ipc_type()
143 if ((base_profile->fw_path || base_profile->fw_name) && in sof_file_profile_for_ipc_type()
158 if (base_profile in sof_file_profile_for_ipc_type()
102 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
215 sof_print_missing_firmware_info(struct snd_sof_dev * sdev,enum sof_ipc_type ipc_type,struct sof_loadable_file_profile * base_profile) sof_print_missing_firmware_info() argument
289 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.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 …]