Searched refs:fw_lib_path (Results 1 – 5 of 5) sorted by relevance
154 if (base_profile->fw_lib_path) { in sof_file_profile_for_ipc_type()155 out_profile->fw_lib_path = base_profile->fw_lib_path; in sof_file_profile_for_ipc_type()158 out_profile->fw_lib_path = devm_kasprintf(dev, in sof_file_profile_for_ipc_type()162 if (!out_profile->fw_lib_path) { in sof_file_profile_for_ipc_type()169 out_profile->fw_lib_path = desc->default_lib_path[ipc_type]; in sof_file_profile_for_ipc_type()204 devm_kfree(dev, out_profile->fw_lib_path); in sof_file_profile_for_ipc_type()283 if (profile->fw_lib_path) in sof_print_profile_info()284 dev_info(dev, " Firmware lib path: %s\n", profile->fw_lib_path); in sof_print_profile_info()
339 static char *fw_lib_path; in snd_sof_dbg_init() local341 fw_lib_path = devm_kasprintf(sdev->dev, GFP_KERNEL, in snd_sof_dbg_init()343 if (!fw_lib_path) in snd_sof_dbg_init()347 (char **)&fw_lib_path); in snd_sof_dbg_init()
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()311 plat_data->fw_lib_prefix = out_profile.fw_lib_path; in sof_select_ipc_and_paths()619 path_override->fw_lib_path = override_lib_path; in sof_apply_profile_override()
250 path_override->fw_lib_path = lib_path; in sof_pci_probe()
66 const char *fw_lib_path; member