From f85d3907ef302e6036e82c24f48ab3dd008f0e7c Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Fri, 3 Sep 2021 19:32:54 +0300 Subject: [PATCH] bluez5: add a device to hw-volume 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 c34fa5752..4927b007d 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 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 = "D50s", address = "~^00:13:ef:", no-features = [ hw-volume ] }, # volume has no effect, #pipewire-1562 { 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 ] },