summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/headset.c')
-rw-r--r--audio/headset.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/headset.c b/audio/headset.c
index f8feed4f..1fcdf6c2 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -1860,7 +1860,7 @@ int main(int argc, char *argv[])
struct sigaction sa;
int opt;
- while ((opt = getopt(argc, argv, "c:o:i:d")) != EOF) {
+ while ((opt = getopt(argc, argv, "c:o:i:ds")) != EOF) {
switch (opt) {
case 'c':
opt_channel = strtol(optarg, NULL, 0);
@@ -1876,6 +1876,9 @@ int main(int argc, char *argv[])
case 'd':
enable_debug();
+ break;
+
+ case 's':
register_svc = TRUE;
break;