Lines Matching defs:array
594 struct snd_soc_tplg_vendor_array *array;
634 array = (struct snd_soc_tplg_vendor_array *)(priv->data + off);
635 memset(array, 0, set_size);
636 array->size = set_size;
637 array->type = tuple_set->type;
638 array->num_elems = tuple_set->num_tuples;
649 uuid = &array->uuid[j];
655 string = &array->string[j];
662 value = &array->value[j];
1687 tplg_log(tplg, 'A', pos, "tuple set verify: unknown array type %d", va->type);
1693 tplg_log(tplg, 'A', pos, "tuple set verify: wrong vendor array size %d "
1734 SNDERR("tuples: unknown array type %d", va->type);
1740 SNDERR("tuples: wrong vendor array size %d "
1891 off = offsetof(struct snd_soc_tplg_private, array);
1900 if (tplg_verify_tuples(tplg, pos, tp->array, tp->size) < 0) {
1915 err = tplg_add_data_bytes(tplg, parent, suffix, tp->array, tp->size);
1940 err = tplg_decode_tuples(tplg, pos, parent, tuples, tp->array, tp->size);