Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dfw-file-profile.c157 if (base_profile->fw_lib_path_postfix) { in sof_file_profile_for_ipc_type()
161 base_profile->fw_lib_path_postfix); in sof_file_profile_for_ipc_type()
176 if (base_profile->fw_lib_path_postfix) in sof_file_profile_for_ipc_type()
177 out_profile->fw_lib_path_postfix = base_profile->fw_lib_path_postfix; in sof_file_profile_for_ipc_type()
H A Dsof-pci-dev.c256 path_override->fw_lib_path_postfix = "community"; in sof_pci_probe()
H A Dcore.c288 else if (base_profile->fw_lib_path_postfix) in sof_select_ipc_and_paths()
290 base_profile->fw_lib_path_postfix); in sof_select_ipc_and_paths()
/linux/include/sound/
H A Dsof.h67 const char *fw_lib_path_postfix; member