Lines Matching refs:class_id
1288 const char *id, *class_id, *obj_id, *s; in tplg_construct_object_name() local
1300 if (snd_config_get_id(class_cfg, &class_id) < 0) in tplg_construct_object_name()
1302 new_name = strdup(class_id); in tplg_construct_object_name()
1328 SNDERR("Argument %s not set for object '%s.%s'\n", s, class_id, obj_id); in tplg_construct_object_name()
1364 s, class_id, obj_id); in tplg_construct_object_name()
1434 const char *unique_name, *class_id; in tplg_object_set_unique_attribute() local
1437 if (snd_config_get_id(class_cfg, &class_id) < 0) in tplg_object_set_unique_attribute()
1499 const char *id, *class_id; in tplg_build_object() local
1513 if (snd_config_get_id(class_cfg, &class_id) < 0) in tplg_build_object()
1519 SNDERR("error setting unique attribute value for '%s.%s'\n", class_id, id); in tplg_build_object()
1526 SNDERR("Failed to update attributes for object '%s.%s'\n", class_id, id); in tplg_build_object()
1572 SNDERR("error processing child objects in class %s\n", class_id); in tplg_build_object()