Lines Matching defs:config
66 SNDERR("Error copying config node %s for '%s'\n", id, name);
99 SNDERR("No name config for parent\n");
114 /* get config with name */
119 /* get section config */
121 /* set tlv name if config exists already */
127 SNDERR("Error creating section config widget %s for %s\n",
141 SNDERR("Error creating section config widget %s for %s\n",
294 static int pre_process_find_variable(snd_config_t **dst, const char *str, snd_config_t *config);
521 /* look up the instance of object in a config */
557 SNDERR("Error creating SectionVendorTuples config\n");
587 SNDERR("Error creating new vendor tuples config %s\n", data_name);
594 SNDERR("Error creating tokens config for '%s'\n", data_name);
600 SNDERR("Error setting tokens config for '%s'\n", data_name);
607 SNDERR("Error creating tuples config for '%s'\n", data_name);
614 SNDERR("Error creating tuples type config for '%s'\n", data_name);
622 SNDERR("can't find tuples config in %s\n", data_name);
631 SNDERR("Error creating tuples config for '%s' and type name %s\n", data_name, str);
750 /* add data config to top */
755 SNDERR("error creating data config for %s\n", object_id);
797 /* search for all template configs in the source config and copy them to the destination */
842 /* Add object attributes to the private data of the parent object config */
880 /* find parent config with ID */
897 * Function to create a new "section" config based on the template. The new config will be
918 /* look up or create the corresponding section config for object */
927 SNDERR("Error creating %s config\n", map->section_name);
944 /* create and add new object config with name, if needed */
955 SNDERR("Error creating config for %s\n", object_name);
961 /* create template config */
967 SNDERR("Error creating template config for %s\n", object_name);
971 /* update section config based on template and the attribute values in the object */
1142 /* search for section name based on class type and name and return the config in output_cfg */
1155 SNDERR("Section config for %s not found\n", map->section_name);
1191 /* prepend the new config */
1230 /* find config for class attributes */
1376 /* find config for class constructor attributes. Nothing to do if not defined */
1524 /* find config for class unique attribute */
1560 * Helper function to get object instance config which is 2 nodes down from class_type config.
1561 * ex: Get the pointer to the config node with ID "0" from the input config Widget.pga.0 {}
1576 static int pre_process_find_variable(snd_config_t **dst, const char *str, snd_config_t *config)
1580 snd_config_for_each(i, next, config) {
1591 /* found definition, copy config */
1815 /* build object config and its child objects recursively */
2004 * a new config as follows to make sure that all attributes are
2033 /* create a temp config copying the parent object config */
2046 SNDERR("error merging parent object config for %s.%s.%s\n",
2053 /* create a temp config for object with class type as the root node */