From 1f0934862a4508cf17fcb30069d67076670859eb Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 24 Jul 2021 15:54:59 +0300 Subject: [PATCH] bluez5: add device to blocklist --- src/daemon/media-session.d/bluez-hardware.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon/media-session.d/bluez-hardware.conf b/src/daemon/media-session.d/bluez-hardware.conf index ca9992a49..ffe2ccd05 100644 --- a/src/daemon/media-session.d/bluez-hardware.conf +++ b/src/daemon/media-session.d/bluez-hardware.conf @@ -30,6 +30,7 @@ bluez5.features.device = [ { name = "AirPods", no-features = [ msbc-alt1, msbc-alt1-rtl ] }, { name = "AirPods Pro", no-features = [ msbc-alt1, msbc-alt1-rtl ] }, { name = "AXLOIE Goin", no-features = [ msbc-alt1, msbc-alt1-rtl ] }, + { name = "BAA 100", no-features = [ hw-volume ] }, # Buxton BAA 100, doesn't remember volume, #pipewire-1449 { name = "JBL Endurance RUN BT", no-features = [ msbc-alt1, msbc-alt1-rtl, sbc-xq ] }, { name = "JBL LIVE650BTNC" }, { name = "Soundcore Life P2-L", no-features = [ msbc-alt1, msbc-alt1-rtl ] },