2012-06-06 03:05:35

by Rafael Fonseca

[permalink] [raw]
Subject: [PATCH] Update comment in the audio.conf file.

The config file erroneously said that all services were available by default.
Actually Gateway, Source and Socket are disabled.
---
audio/audio.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/audio.conf b/audio/audio.conf
index fd6092a..b6e5507 100644
--- a/audio/audio.conf
+++ b/audio/audio.conf
@@ -8,7 +8,7 @@
#Master=true

# If we want to disable support for specific services
-# Defaults to supporting all implemented services
+# Defaults to supporting the services: HFP, Headset, Sink, Control and Media
#Disable=Gateway,Source,Socket

# SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
--
1.7.10.3



2012-06-29 11:01:40

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH] Update comment in the audio.conf file.

Hi Rafael,

On Wed, Jun 06, 2012, Rafael Fonseca wrote:
> The config file erroneously said that all services were available by default.
> Actually Gateway, Source and Socket are disabled.
> ---
> audio/audio.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied (after reformatting the commit message to follow the 72 char
rule). Thanks.

Johan