From f8059c3b5bfe29e7d3fbf6d81caeca018355b5dd Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 19 Apr 2018 18:00:43 +0200 Subject: bluez-alsa: add recipe for bluez-alsa This allows to play audio over Bluetooth without pulseaudio sound server, just using alsa. The recipe has been adopted from meta-agl. Basic usage instructions can be found on Github: https://github.com/Arkq/bluez-alsa Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- recipes-connectivity/bluez-alsa/files/bluez-alsa.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes-connectivity/bluez-alsa/files/bluez-alsa.service (limited to 'recipes-connectivity/bluez-alsa/files/bluez-alsa.service') diff --git a/recipes-connectivity/bluez-alsa/files/bluez-alsa.service b/recipes-connectivity/bluez-alsa/files/bluez-alsa.service new file mode 100644 index 0000000..671815e --- /dev/null +++ b/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 -- cgit v1.2.3