pw-cat: add dsd and encoded long options

This commit is contained in:
Wim Taymans 2024-08-23 15:33:25 +02:00
parent 8dd2229364
commit a60cf79226

View file

@ -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' },