Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dfw-file-profile.c114 } 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()
173 if (base_profile->fw_path_postfix) in sof_file_profile_for_ipc_type()
174 out_profile->fw_path_postfix = base_profile->fw_path_postfix; in sof_file_profile_for_ipc_type()
241 if (base_profile->fw_path_postfix) in sof_print_missing_firmware_info()
244 base_profile->fw_path_postfix, in sof_print_missing_firmware_info()
H A Dsof-pci-dev.c255 path_override->fw_path_postfix = "community"; in sof_pci_probe()
H A Dcore.c281 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()
/linux/include/sound/
H A Dsof.h64 const char *fw_path_postfix; member