From 7e06277dd1389b1ca08ec390040adf792c6a14fa Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Mon, 10 Sep 2018 15:04:34 +0200 Subject: bluez-alsa: added patch for null device This closes the transport connection when a null device is specified. Change-Id: I6d69c68a2ca91bd9fb3d7fdf51f470f243e76d5f Signed-off-by: Thierry Bultel --- .../recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend') diff --git a/meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend b/meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend index 0c2ddee4..ecb73b34 100644 --- a/meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend +++ b/meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend @@ -3,6 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "file://0001-Added-a-connection-proxy-plugin.patch" +SRC_URI += "file://0002-proxy-plugin-close-transport-when-null-device-is-set.patch" FILES_${PN} += "\ ${libdir}/alsa-lib/libasound_module_pcm_bluealsa_proxy.so\ -- cgit 1.2.3-korg