Lines Matching defs:tplg_elem
151 struct tplg_elem { struct
153 struct tplg_table *table;
155 char id[SNDRV_CTL_ELEM_ID_NAME_MAXLEN];
157 int index;
158 enum snd_tplg_type type;
160 int size; /* total size of this object inc pdata and ref objects */
161 int compound_elem; /* dont write this element as individual elem */
162 int vendor_type; /* vendor type for private data */
165 union {
193 struct list_head ref_list;
194 struct list_head list; /* list of all elements with same type */
196 void (*free)(void *obj);