Another pass at fixing A2DP support (#964031)
This commit is contained in:
parent
62d7105395
commit
4d1770a8fd
28
0001-Allow-PulseAudio-to-connect-by-default.patch
Normal file
28
0001-Allow-PulseAudio-to-connect-by-default.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
From dcbeaaa74020031741ad3727e651cdd2d00c773f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Luke Hutchison <luke.hutch@gmail.com>
|
||||||
|
Date: Thu, 10 Jan 2013 09:13:19 +0100
|
||||||
|
Subject: [PATCH] Allow PulseAudio to connect by default
|
||||||
|
|
||||||
|
https://bugzilla.redhat.com/show_bug.cgi?id=874015#c0
|
||||||
|
---
|
||||||
|
audio/audio.conf | 4 ++++
|
||||||
|
1 file changed, 4 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/audio/audio.conf b/audio/audio.conf
|
||||||
|
index fd6092a..9a80e63 100644
|
||||||
|
--- a/audio/audio.conf
|
||||||
|
+++ b/audio/audio.conf
|
||||||
|
@@ -4,6 +4,10 @@
|
||||||
|
# particular interface
|
||||||
|
[General]
|
||||||
|
|
||||||
|
+# Allow PulseAudio to connect by default
|
||||||
|
+# https://bugzilla.redhat.com/show_bug.cgi?id=964031
|
||||||
|
+Disable=Socket
|
||||||
|
+
|
||||||
|
# Switch to master role for incoming connections (defaults to true)
|
||||||
|
#Master=true
|
||||||
|
|
||||||
|
--
|
||||||
|
1.8.0.1
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Bluetooth utilities
|
Summary: Bluetooth utilities
|
||||||
Name: bluez
|
Name: bluez
|
||||||
Version: 4.101
|
Version: 4.101
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.bluez.org/
|
URL: http://www.bluez.org/
|
||||||
@ -15,6 +15,8 @@ Source6: pand.conf
|
|||||||
Source7: rfcomm.init
|
Source7: rfcomm.init
|
||||||
Source8: bluez-uinput.modules
|
Source8: bluez-uinput.modules
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=964031
|
||||||
|
Patch0: 0001-Allow-PulseAudio-to-connect-by-default.patch
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=877998
|
# https://bugzilla.redhat.com/show_bug.cgi?id=877998
|
||||||
Patch1: 0001-hid2hci-change-subsystem-in-udev-rule-from-usb-to-us.patch
|
Patch1: 0001-hid2hci-change-subsystem-in-udev-rule-from-usb-to-us.patch
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=498756
|
# https://bugzilla.redhat.com/show_bug.cgi?id=498756
|
||||||
@ -335,6 +337,9 @@ fi
|
|||||||
%exclude /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules
|
%exclude /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 26 2013 Bastien Nocera <bnocera@redhat.com> 4.101-8
|
||||||
|
- Another pass at fixing A2DP support (#964031)
|
||||||
|
|
||||||
* Tue Jun 25 2013 Bastien Nocera <bnocera@redhat.com> 4.101-7
|
* Tue Jun 25 2013 Bastien Nocera <bnocera@redhat.com> 4.101-7
|
||||||
- Remove socket interface enablement for A2DP (#964031)
|
- Remove socket interface enablement for A2DP (#964031)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user