mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05: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
|
|
@ -132,7 +132,7 @@ struct tplg_elem *tplg_elem_lookup(struct list_head *base, const char* id,
|
|||
}
|
||||
|
||||
/* insert a new element into list in the ascending order of index value */
|
||||
static void tplg_elem_insert(struct tplg_elem *elem_p, struct list_head *list)
|
||||
void tplg_elem_insert(struct tplg_elem *elem_p, struct list_head *list)
|
||||
{
|
||||
struct list_head *pos, *p = &(elem_p->list);
|
||||
struct tplg_elem *elem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue