Searched refs:tplg_name (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/soc/sof/ |
| H A D | fw-file-profile.c | 73 if (!profile->tplg_path || !profile->tplg_name) in sof_test_topology_file() 77 if (strstr(profile->tplg_name, "dummy")) in sof_test_topology_file() 81 profile->tplg_name); in sof_test_topology_file() 190 out_profile->tplg_name = plat_data->tplg_filename; in sof_file_profile_for_ipc_type() 261 base_profile->tplg_path || base_profile->tplg_name) in sof_print_missing_firmware_info() 296 profile->tplg_path, profile->tplg_name); in sof_print_profile_info()
|
| H A D | sof-pci-dev.c | 262 path_override->tplg_name = tplg_filename; in sof_pci_probe() 266 path_override->tplg_name = sof_dmi_override_tplg_name; in sof_pci_probe()
|
| H A D | core.c | 300 if (base_profile->tplg_name) in sof_select_ipc_and_paths() 302 base_profile->tplg_name); in sof_select_ipc_and_paths() 363 plat_data->tplg_filename = base_profile->tplg_name; in sof_init_sof_ops() 624 path_override->tplg_name = override_tplg_filename; in sof_apply_profile_override()
|
| H A D | sof-of-dev.c | 78 sof_pdata->ipc_file_profile_base.tplg_name = tplg_filename; in sof_of_probe()
|
| /linux/include/sound/ |
| H A D | sof.h | 69 const char *tplg_name; member
|
| /linux/sound/soc/intel/avs/ |
| H A D | topology.h | 153 char tplg_name[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
|
| H A D | path.c | 137 return id->id == id2->id && !sysfs_streq(id->tplg_name, id2->tplg_name); in avs_tplg_path_template_id_equal() 156 strcmp(id->tplg_name, path->template->owner->owner->name)) in avs_condpath_find_match() 164 return avs_path_find_path(adev, id2->tplg_name, id2->id); in avs_condpath_find_match()
|
| H A D | topology.c | 1511 .offset = offsetof(struct avs_tplg_path_template, source.tplg_name), 1523 .offset = offsetof(struct avs_tplg_path_template, sink.tplg_name),
|