Searched refs:tplg_name (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/sof/ |
| H A D | fw-file-profile.c | 68 if (!profile->tplg_path || !profile->tplg_name) in sof_test_topology_file() 72 if (strstr(profile->tplg_name, "dummy")) in sof_test_topology_file() 76 profile->tplg_name); in sof_test_topology_file() 185 out_profile->tplg_name = plat_data->tplg_filename; in sof_file_profile_for_ipc_type() 256 base_profile->tplg_path || base_profile->tplg_name) in sof_print_missing_firmware_info() 291 profile->tplg_path, profile->tplg_name); in sof_create_ipc_file_profile()
|
| 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()
|
| /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 | 135 return id->id == id2->id && !sysfs_streq(id->tplg_name, id2->tplg_name); in avs_tplg_path_template_id_equal() 154 strcmp(id->tplg_name, path->template->owner->owner->name)) in avs_condpath_find_match() 162 return avs_path_find_path(adev, id2->tplg_name, id2->id); in avs_condpath_find_match()
|
| H A D | topology.c | 1518 .offset = offsetof(struct avs_tplg_path_template, source.tplg_name), 1530 .offset = offsetof(struct avs_tplg_path_template, sink.tplg_name),
|