diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-08-31 17:47:50 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-08-31 17:59:40 +0000 |
commit | 6fe14203df140b7d148e1feb936d72bda44f288f (patch) | |
tree | c69fdba6bb47b9c3ddac494db77cbe504842f4dc /meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend | |
parent | 2761d431c177ca3a24f52a938ec14b87c68d23e6 (diff) |
[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 <ronan.lemartret@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend')
-rw-r--r-- | meta-audio-4a-framework/recipes-connectivity/bluez-alsa/bluez-alsa_git.bbappend | 11 |
1 files changed, 11 insertions, 0 deletions
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\ +" + |