mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
adapter: name Duplex port names capture/playback
This commit is contained in:
parent
57886c1198
commit
53adabea19
1 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ static void node_port_init(void *data, struct pw_impl_port *port)
|
|||
|
||||
if (is_monitor && !is_duplex)
|
||||
prefix = "monitor";
|
||||
else if (is_device)
|
||||
else if (is_device || is_duplex)
|
||||
prefix = direction == PW_DIRECTION_INPUT ?
|
||||
"playback" : "capture";
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue