mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pw-cat: add dsd and encoded long options
This commit is contained in:
parent
8dd2229364
commit
a60cf79226
1 changed files with 2 additions and 0 deletions
|
|
@ -962,6 +962,8 @@ static const struct option long_options[] = {
|
|||
{ "record", no_argument, NULL, 'r' },
|
||||
{ "playback", no_argument, NULL, 'p' },
|
||||
{ "midi", no_argument, NULL, 'm' },
|
||||
{ "dsd", no_argument, NULL, 'd' },
|
||||
{ "encoded", no_argument, NULL, 'o' },
|
||||
|
||||
{ "remote", required_argument, NULL, 'R' },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue