Lines Matching defs:texts
204 struct tplg_texts *texts = ref_elem->texts;
206 memcpy(ec->texts, texts->items,
208 ec->items += texts->num_items;
642 if (strcmp(id, "texts") == 0) {
718 "texts", dst, pfx2);
1091 if (enum_ctl->texts != NULL) {
1092 struct tplg_elem *texts = tplg_elem_new_common(tplg, NULL,
1095 texts->texts->num_items = num_items;
1097 if (!enum_ctl->texts[i])
1099 snd_strlcpy(ec->texts[i], enum_ctl->texts[i],
1101 snd_strlcpy(texts->texts->items[i], enum_ctl->texts[i],
1349 SNDERR("enum: unexpected texts count %d", ec->items);
1364 et->texts = tplg_calloc(heap, sizeof(char *) * ec->items);
1365 if (!et->texts)
1368 et->texts[i] = ec->texts[i];