mix: keep track of mix id

This commit is contained in:
Wim Taymans 2018-03-14 20:15:42 +01:00
parent a50ea4c929
commit f599120433
2 changed files with 9 additions and 7 deletions

View file

@ -291,6 +291,7 @@ struct pw_port_mix {
struct spa_graph_port port;
struct spa_buffer **buffers;
uint32_t n_buffers;
uint32_t id;
};
struct pw_port_implementation {