Home
last modified time | relevance | path

Searched refs:elem_ref (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/src/topology/
Delem.c262 int tplg_ref_add_elem(struct tplg_elem *elem, struct tplg_elem *elem_ref) in tplg_ref_add_elem() argument
270 ref->type = elem_ref->type; in tplg_ref_add_elem()
271 ref->elem = elem_ref; in tplg_ref_add_elem()
272 snd_strlcpy(ref->id, elem_ref->id, SNDRV_CTL_ELEM_ID_NAME_MAXLEN); in tplg_ref_add_elem()
Dtplg_local.h309 int tplg_ref_add_elem(struct tplg_elem *elem, struct tplg_elem *elem_ref);