2012-04-14 05:43:24

by Chan-yeol Park

[permalink] [raw]
Subject: [PATCH 1/1] Fix default disabled values in audio.conf

From: Chan-yeol Park <[email protected]>

Disabled features in audio.conf should be the same with source code
"audio/manager.c:struct enabled_interfaces enabled".
---
audio/audio.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/audio/audio.conf b/audio/audio.conf
index 1bcc85c..fd6092a 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
--
1.7.5.4



2012-04-16 08:50:38

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH 1/1] Fix default disabled values in audio.conf

Hi Chan-yeol,

On Sat, Apr 14, 2012, [email protected] wrote:
> From: Chan-yeol Park <[email protected]>
>
> Disabled features in audio.conf should be the same with source code
> "audio/manager.c:struct enabled_interfaces enabled".
> ---
> audio/audio.conf | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

Applied. Thanks.

Johan