Home
last modified time | relevance | path

Searched refs:fw_lib_path_postfix (Results 1 – 4 of 4) sorted by relevance

/linux-6.8/sound/soc/sof/
Dfw-file-profile.c150 if (base_profile->fw_lib_path_postfix) { in sof_file_profile_for_ipc_type()
154 base_profile->fw_lib_path_postfix); in sof_file_profile_for_ipc_type()
169 if (base_profile->fw_lib_path_postfix) in sof_file_profile_for_ipc_type()
170 out_profile->fw_lib_path_postfix = base_profile->fw_lib_path_postfix; in sof_file_profile_for_ipc_type()
Dsof-pci-dev.c256 path_override->fw_lib_path_postfix = "community"; in sof_pci_probe()
Dcore.c252 else if (base_profile->fw_lib_path_postfix) in sof_select_ipc_and_paths()
254 base_profile->fw_lib_path_postfix); in sof_select_ipc_and_paths()
/linux-6.8/include/sound/
Dsof.h67 const char *fw_lib_path_postfix; member