From d26916828dcbc8246a23d85d85970d3257b2073f Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sat, 23 Dec 2023 11:20:18 +0100 Subject: [PATCH] bluez5: update bluez-hardware.conf to ignore sbc-mq on Primark earbud Primark True Wireless earbud doesn't support sbc-xq. Having it enabled causes bluez to enter into a loop enabling/disabling the device dozens of times per minute, making it unusable. --- spa/plugins/bluez5/bluez-hardware.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/spa/plugins/bluez5/bluez-hardware.conf b/spa/plugins/bluez5/bluez-hardware.conf index 3dcd5f962..28b949570 100644 --- a/spa/plugins/bluez5/bluez-hardware.conf +++ b/spa/plugins/bluez5/bluez-hardware.conf @@ -39,6 +39,7 @@ bluez5.features.device = [ { name = "JBL LIVE650BTNC" }, { name = "Motorola DC800", no-features = [ sbc-xq ] }, # #pipewire-1590 { name = "Motorola S305", no-features = [ sbc-xq ] }, # #pipewire-1590 + { name = "PMK True Wireless Earbuds" no-features = [ sbc-xq ] }, # Primark earbud { name = "Soundcore Life P2-L", no-features = [ msbc-alt1, msbc-alt1-rtl ] }, { name = "Soundcore Motion B", no-features = [ hw-volume ] }, { name = "SoundCore mini", no-features = [ hw-volume ] }, # #pipewire-1686