From 6fe14203df140b7d148e1feb936d72bda44f288f Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Fri, 31 Aug 2018 17:47:50 +0000 Subject: [4A/bluez-alsa]: use temporary solution pcm alsa-proxy This plugin always keeps the opened PCM in a consistent state for the sound application, despite of bluez-alsa server or device disconnection. Bug: SPEC-1679 Change-Id: I0caaa6abe6fb9133b4d43479d452e542a04620c3 Signed-off-by: Ronan Le Martret Signed-off-by: Stephane Desneux --- .../recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend (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 new file mode 100644 index 00000000..0c2ddee4 --- /dev/null +++ b/meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend @@ -0,0 +1,11 @@ +# THIS IS A TEMPORARY WORKAROUND TO IMPLEMENT PERSISTENT PCMS FOR SOFTMIXER + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://0001-Added-a-connection-proxy-plugin.patch" + +FILES_${PN} += "\ + ${libdir}/alsa-lib/libasound_module_pcm_bluealsa_proxy.so\ + ${datadir}/alsa/alsa.conf.d/20-bluealsa_proxy.conf\ +" + -- cgit 1.2.3-korg