From d20b41a457787c21fc721a8534ed21f3ef52f028 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 7 Aug 2017 08:16:25 +0200 Subject: Fixed command line option for call audio device (headset) --call-device option now works. Thanx to Fabricio pointing to this bug. --- src/common/main_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/main_common.c b/src/common/main_common.c index c471574..d4456e0 100644 --- a/src/common/main_common.c +++ b/src/common/main_common.c @@ -226,7 +226,7 @@ static struct option long_options_common[] = { {"debug", 1, 0, 'v'}, {"kanal", 1, 0, 'k'}, {"channel", 1, 0, OPT_CHANNEL}, - {"call-device", 1, 0, 'a'}, + {"audio-device", 1, 0, 'a'}, {"samplerate", 1, 0, 's'}, {"interval", 1, 0, 'i'}, {"buffer", 1, 0, 'b'}, -- cgit v1.2.1