diff --git a/alsaloop/alsaloop.c b/alsaloop/alsaloop.c index 51fb64626..b9748db51 100644 --- a/alsaloop/alsaloop.c +++ b/alsaloop/alsaloop.c @@ -386,6 +386,7 @@ static int parse_config(int argc, char *argv[], snd_output_t *output, {"ossmixer", 1, NULL, 'O'}, {"workaround", 1, NULL, 'w'}, {"xrun", 0, NULL, 'U'}, + {"wake", 1, NULL, 'W'}, {"syslog", 0, NULL, 'z'}, {NULL, 0, NULL, 0}, }; @@ -425,7 +426,7 @@ static int parse_config(int argc, char *argv[], snd_output_t *output, while (1) { int c; if ((c = getopt_long(argc, argv, - "hdg:P:C:X:Y:x:l:t:F:f:c:r:s:benvA:S:a:m:T:O:w:UW:z", + "hg:dP:C:X:Y:x:l:t:f:c:r:B:E:s:benvA:S:a:T:m:O:w:UW:z", long_option, NULL)) < 0) break; switch (c) {