From 9a6980f36017217d56c34d736dd31128e2e73cb4 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 27 Nov 2007 09:15:54 +0000 Subject: Enable AVRCP by default --- audio/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; -- cgit