link: generate unique mix ids

Generate a per link id for the mixer input of the ports.
This commit is contained in:
Wim Taymans 2018-03-01 09:30:42 +01:00
parent 8e2ceb773e
commit 53ee07c901
3 changed files with 15 additions and 3 deletions

View file

@ -334,6 +334,7 @@ struct pw_port {
struct spa_node *mix; /**< optional port buffer mix/split */
struct spa_node mix_node; /**< mix node implementation */
struct pw_map mix_port_map; /**< map from port_id from mixer */
struct {
struct spa_graph *graph;