From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This replaces unix socket IPC which is considered deprecated and will eventually be removed. --- audio/manager.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/manager.c b/audio/manager.c index 3f167da..07273f4 100644 --- a/audio/manager.c +++ b/audio/manager.c @@ -118,8 +118,8 @@ static struct enabled_interfaces enabled = { .sink = TRUE, .source = FALSE, .control = TRUE, - .socket = TRUE, - .media = FALSE, + .socket = FALSE, + .media = TRUE, }; static struct audio_adapter *find_adapter(GSList *list, -- 1.7.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html