mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
client-node: track io areas per mixer
This commit is contained in:
parent
a10d7a4e90
commit
97547d726f
2 changed files with 19 additions and 9 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue