Lines Matching defs:texts
28 struct tplg_texts *texts = elem->texts;
48 snd_strlcpy(&texts->items[j][0], value,
50 tplg_dbg("\t%s", &texts->items[j][0]);
55 texts->num_items = j;
97 struct tplg_texts *texts = elem->texts;
101 if (!texts || texts->num_items == 0)
104 for (i = 0; err >= 0 && i < texts->num_items; i++)
105 err = tplg_save_printf(dst, pfx, "\t'%s'\n", texts->items[i]);