Lines Matching refs:temp
1393 char *arg_value, *temp;
1454 temp = tplg_snprintf("%s.%s", new_name, arg_value);
1456 if (!temp) {
1461 new_name = temp;
1737 char *temp;
1750 temp = tplg_snprintf("%s%s", current_str, prefix);
1751 if (!temp) {
1756 ret = snd_config_set_string(*dst, temp);
1757 free(temp);
1783 temp = tplg_snprintf("%s%s", current_str, ascii);
1786 if (!temp) {
1791 ret = snd_config_set_string(*dst, temp);
1792 free(temp);
2013 snd_config_t *parent_instance, *parent_obj, *temp;
2033 /* create a temp config copying the parent object config */
2034 ret = snd_config_copy(&temp, parent_obj);
2042 * temp will be deleted by merge
2044 ret = snd_config_merge(temp_n2, temp, false);
2053 /* create a temp config for object with class type as the root node */