Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/
H A Dfw-file-profile.c112 if (base_profile->fw_path) { in sof_file_profile_for_ipc_type()
127 if (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()
173 if (base_profile->fw_path_postfix) in sof_file_profile_for_ipc_type()
180 if (base_profile->tplg_path) in sof_file_profile_for_ipc_type()
191 if ((!base_profile->fw_path && !base_profile->fw_name) && in sof_file_profile_for_ipc_type()
244 base_profile->fw_path_postfix, in sof_print_missing_firmware_info()
256 if (base_profile->fw_path || base_profile->fw_name || in sof_print_missing_firmware_info()
257 base_profile->tplg_path || base_profile->tplg_name) in sof_print_missing_firmware_info()
[all …]
H A Dcore.c278 if (base_profile->fw_path) in sof_select_ipc_and_paths()
280 base_profile->fw_path); 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()
292 if (base_profile->fw_name) in sof_select_ipc_and_paths()
294 base_profile->fw_name); in sof_select_ipc_and_paths()
296 if (base_profile->tplg_path) in sof_select_ipc_and_paths()
298 base_profile->tplg_path); in sof_select_ipc_and_paths()
300 if (base_profile->tplg_name) in sof_select_ipc_and_paths()
[all …]
H A Dsof-priv.h718 struct sof_loadable_file_profile *base_profile,