summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-connectivity/bluez-alsa/files/bluez-alsa.service
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2018-03-23 11:10:30 +0100
committerronan Le Martret <ronan.lemartret@iot.bzh>2018-03-27 09:32:40 +0000
commit3432bfd14f3644d947f629243da2ceadece37b97 (patch)
treef91f575beed4a365cf10bb1d20c2ad03ea8ffa79 /meta-agl/recipes-connectivity/bluez-alsa/files/bluez-alsa.service
parentf76255eb84830a981c2539b2706d8c4ec9134939 (diff)
Add bluez-alsa recipes to AGL
* Bluez-alsa allows to use a bluetooth audio device with alsa without pulse audio * BlueALSA registers all known Bluetooth audio profiles in Bluez. * Bluez-alsa is optional in AGL. * 4a audio feature will enable it.(4a audio can be pulseaudio free). Bug-AGL: SPEC-1342 Change-Id: I858fbb795b3c7859ac1e536c14305fde7bf94b62 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl/recipes-connectivity/bluez-alsa/files/bluez-alsa.service')
-rw-r--r--meta-agl/recipes-connectivity/bluez-alsa/files/bluez-alsa.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-agl/recipes-connectivity/bluez-alsa/files/bluez-alsa.service b/meta-agl/recipes-connectivity/bluez-alsa/files/bluez-alsa.service
new file mode 100644
index 000000000..671815e03
--- /dev/null
+++ b/meta-agl/recipes-connectivity/bluez-alsa/files/bluez-alsa.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Bluetooth Audio ALSA Backend
+After=bluetooth.service
+Requires=bluetooth.service
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/bluealsa
+
+[Install]
+WantedBy=multi-user.target