diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-19 23:56:06 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-19 23:56:06 +0000 |
commit | 968c780c4687c06a29cd52eac140e1f0ce100d79 (patch) | |
tree | 82ba109919f8bc2561b5284813791ae19a23ef52 | |
parent | 03cc48fcbe4b649e6f20c0417977d5b7e127ce06 (diff) |
Use channel 12 as default
-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]; |