mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pw-loopback: add missing --channel-map long option
This commit is contained in:
parent
bb1bb07f6c
commit
42b92a3487
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ int main(int argc, char *argv[])
|
|||
{ "group", required_argument, NULL, 'g' },
|
||||
{ "name", required_argument, NULL, 'n' },
|
||||
{ "channels", required_argument, NULL, 'c' },
|
||||
{ "channel-map", required_argument, NULL, 'm' },
|
||||
{ "latency", required_argument, NULL, 'l' },
|
||||
{ "delay", required_argument, NULL, 'd' },
|
||||
{ "capture", required_argument, NULL, 'C' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue