summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-11-27 09:15:54 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-11-27 09:15:54 +0000
commit9a6980f36017217d56c34d736dd31128e2e73cb4 (patch)
tree73a028880dc5e7398415819e7d2e4c8fcc854e57
parenteb1366556817d77e611bf42990db1c74fae37b90 (diff)
Enable AVRCP by default
-rw-r--r--audio/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/main.c b/audio/main.c
index 61ca1e3e..52396beb 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -53,7 +53,7 @@ static struct enabled_interfaces enabled = {
.gateway = FALSE,
.sink = TRUE,
.source = FALSE,
- .control = FALSE,
+ .control = TRUE,
.target = FALSE,
};