summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-19 23:56:06 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-19 23:56:06 +0000
commit968c780c4687c06a29cd52eac140e1f0ce100d79 (patch)
tree82ba109919f8bc2561b5284813791ae19a23ef52 /audio
parent03cc48fcbe4b649e6f20c0417977d5b7e127ce06 (diff)
Use channel 12 as default
Diffstat (limited to 'audio')
-rw-r--r--audio/headset.c7
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];