Home
last modified time | relevance | path

Searched defs:tplg_elem (Results 1 – 1 of 1) sorted by relevance

/third_party/alsa-lib/src/topology/
Dtplg_local.h151 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;
[all …]