diff options
Diffstat (limited to 'abs/extra/bluez/audio-streaming.patch')
-rw-r--r-- | abs/extra/bluez/audio-streaming.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/extra/bluez/audio-streaming.patch b/abs/extra/bluez/audio-streaming.patch new file mode 100644 index 0000000..83705c5 --- /dev/null +++ b/abs/extra/bluez/audio-streaming.patch @@ -0,0 +1,13 @@ +--- bluez-4.98/audio/audio.conf.orig 2012-02-27 23:52:30.960349047 +0000 ++++ bluez-4.98/audio/audio.conf 2012-02-27 23:54:19.768069787 +0000 +@@ -4,6 +4,11 @@ + # particular interface + [General] + ++# Allow audio streaming with bluez-4.98 and alsa-lib 1.0.24.1 ++# https://wiki.archlinux.org/index.php/Bluetooth#Audio_streaming ++ ++Enable=Socket ++ + # Switch to master role for incoming connections (defaults to true) + #Master=true |