Lines Matching refs:name
39 /* get parent name */
44 /* find parent config with name */
77 const char *name;
82 name = tplg_object_get_name(tplg_pp, cfg);
83 if (!name)
90 return tplg_parent_update(tplg_pp, parent, "texts", name);
97 const char *name;
102 name = tplg_object_get_name(tplg_pp, cfg);
103 if (!name)
110 return tplg_parent_update(tplg_pp, parent, "tlv", name);
117 const char *name;
122 /* get control name */
123 ret = snd_config_search(obj, "name", &cfg);
127 ret = snd_config_get_string(cfg, &name);
137 SNDERR("Failed to add data section for %s\n", name);
139 return tplg_parent_update(tplg_pp, parent, type, name);
174 /* get class name */
177 SNDERR("Error getting class name for %s\n", string);
194 /* create config with class name and add it to the Widget config */
222 /* construct widget name using the constructor argument values */
294 const char *name, *wname;
303 ret = snd_config_get_id(obj, &name);
316 tplg_pp_debug("Building DAPM route object: '%s' ...", name);
333 SNDERR("Invalid index route %s\n", name);
338 /* get source widget name */
341 SNDERR("No source for route %s\n", name);
347 SNDERR("Invalid name for source in route %s\n", name);
353 SNDERR("error getting widget name for %s\n", wname);
357 /* get sink widget name */
360 SNDERR("No sink for route %s\n", name);
367 SNDERR("Invalid name for sink in route %s\n", name);
374 SNDERR("error getting widget name for %s\n", wname);
379 /* get control name */
384 SNDERR("Invalid control name for route %s\n", name);
390 route_name = tplg_snprintf("%s.%s", parent_name, name);
399 SNDERR("Error creating route config for %s %d\n", name, ret);
405 SNDERR("Error adding route config for %s %d\n", name, ret);
412 SNDERR("Error creating index config for %s\n", name);
418 SNDERR("Error setting index config for %s\n", name);
425 SNDERR("Error creating lines config for %s\n", name);
432 SNDERR("Error creating lines config for %s\n", name);
446 SNDERR("Error creating lines config for %s\n", name);