From 34f2240d2d6d19774ef9e663113276d0f0a63fa8 Mon Sep 17 00:00:00 2001 From: Chan-yeol Park Date: Sat, 14 Apr 2012 14:43:24 +0900 Subject: [PATCH] audio: Fix default disabled values in audio.conf Disabled features in audio.conf should be the same with source code "audio/manager.c:struct enabled_interfaces enabled". --- audio/audio.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audio.conf b/audio/audio.conf index 1bcc85c50..fd6092afe 100644 --- a/audio/audio.conf +++ b/audio/audio.conf @@ -9,7 +9,7 @@ # If we want to disable support for specific services # Defaults to supporting all implemented services -#Disable=Control,Source +#Disable=Gateway,Source,Socket # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA) # Defaults to HCI -- 2.47.3