mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
jack: move monitor ports after playback ports
Enumerate monitor ports after their playback ports, like how jack does this. See #527
This commit is contained in:
parent
0d6ba3a032
commit
c430b1de58
2 changed files with 11 additions and 3 deletions
|
|
@ -834,6 +834,7 @@ int pw_impl_port_register(struct pw_impl_port *port,
|
|||
PW_KEY_AUDIO_CHANNEL,
|
||||
PW_KEY_PORT_NAME,
|
||||
PW_KEY_PORT_DIRECTION,
|
||||
PW_KEY_PORT_MONITOR,
|
||||
PW_KEY_PORT_PHYSICAL,
|
||||
PW_KEY_PORT_TERMINAL,
|
||||
PW_KEY_PORT_CONTROL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue