client-node: track io areas per mixer

This commit is contained in:
Wim Taymans 2018-03-21 18:30:41 +01:00
parent a10d7a4e90
commit 97547d726f
2 changed files with 19 additions and 9 deletions

View file

@ -323,7 +323,7 @@ struct pw_port {
struct spa_list links; /**< list of \ref pw_link */
struct spa_list control_list[2]; /**< list of \ref pw_control indexed by direction */
struct spa_list control_list[2];/**< list of \ref pw_control indexed by direction */
struct spa_hook_list listener_list;