summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
};