diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/headset.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/audio/headset.c b/audio/headset.c index d5cca6bb..14c8c149 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -83,7 +83,7 @@ struct headset { static struct pending_connect *connect_in_progress = NULL; -static uint8_t config_channel = 0; +static uint8_t config_channel = 12; static uint32_t record_id = 0; @@ -1594,11 +1594,6 @@ int main(int argc, char *argv[]) } } - if (!config_channel) { - printf("You need to supply a local channel with the -c switch\n"); - exit(1); - } - if (argv[optind]) on_init_bda = argv[optind]; |