mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-30 11:10:19 -04:00
topology: dapm - merge identical index blocks like for other elems
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
0d6949b7f1
commit
2b50b594dc
3 changed files with 9 additions and 8 deletions
|
|
@ -273,6 +273,7 @@ int tplg_ref_add_elem(struct tplg_elem *elem, struct tplg_elem *elem_ref);
|
|||
struct tplg_elem *tplg_elem_new(void);
|
||||
void tplg_elem_free(struct tplg_elem *elem);
|
||||
void tplg_elem_free_list(struct list_head *base);
|
||||
void tplg_elem_insert(struct tplg_elem *elem_p, struct list_head *list);
|
||||
struct tplg_elem *tplg_elem_lookup(struct list_head *base,
|
||||
const char* id,
|
||||
unsigned int type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue