Home
last modified time | relevance | path

Searched refs:fw_lib_path (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/sof/
H A Dfw-file-profile.c158 if (base_profile->fw_lib_path) { in sof_file_profile_for_ipc_type()
159 out_profile->fw_lib_path = base_profile->fw_lib_path; in sof_file_profile_for_ipc_type()
162 out_profile->fw_lib_path = devm_kasprintf(dev, in sof_file_profile_for_ipc_type()
166 if (!out_profile->fw_lib_path) { in sof_file_profile_for_ipc_type()
173 out_profile->fw_lib_path = desc->default_lib_path[ipc_type]; in sof_file_profile_for_ipc_type()
208 devm_kfree(dev, out_profile->fw_lib_path); in sof_file_profile_for_ipc_type()
288 if (profile->fw_lib_path) in sof_create_ipc_file_profile()
289 dev_info(dev, " Firmware lib path: %s\n", profile->fw_lib_path); in sof_create_ipc_file_profile()
H A Ddebug.c338 static char *fw_lib_path; in snd_sof_dbg_init() local
340 fw_lib_path = devm_kasprintf(sdev->dev, GFP_KERNEL, in snd_sof_dbg_init()
342 if (!fw_lib_path) in snd_sof_dbg_init()
346 (char **)&fw_lib_path); in snd_sof_dbg_init()
H A Dcore.c285 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()
620 path_override->fw_lib_path = override_lib_path; in sof_apply_profile_override()
H A Dsof-pci-dev.c248 path_override->fw_lib_path = lib_path; in sof_pci_probe()
/linux/include/sound/
H A Dsof.h66 const char *fw_lib_path; member