]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-bt/build-utils.git/blob - patches/0004-bluez-enable-source-interface.patch
added disclaimer.txt and disclaimer to the scripts
[ti-bt/build-utils.git] / patches / 0004-bluez-enable-source-interface.patch
1 From 87bcf52a6e9f2ec018bab9dd0da2a2b844b37108 Mon Sep 17 00:00:00 2001
2 From: Moosa <moosab@ti.com>
3 Date: Wed, 14 Mar 2012 16:43:57 +0200
4 Subject: [PATCH] bluez: enable source interface
6 Enable Source interface on D-Bus that can be used to access
7 the Sink functionality
9 Upstream-Status: Inappropriate [enable feature]
11 Signed-off-by: Moosa Baransi <moosab@ti.com>
12 ---
13  audio/audio.conf |    2 +-
14  1 files changed, 1 insertions(+), 1 deletions(-)
16 diff --git a/audio/audio.conf b/audio/audio.conf
17 index 9533ada..b554936 100644
18 --- a/audio/audio.conf
19 +++ b/audio/audio.conf
20 @@ -3,7 +3,7 @@
21  # This section contains options which are not specific to any
22  # particular interface
23  [General]
24 -Enable=Socket
25 +Enable=Socket,Source
26  
27  # Switch to master role for incoming connections (defaults to true)
28  #Master=true
29 -- 
30 1.7.1