From bae75e0d0bcb9a876a63cb627e352e5833cb7e15 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sun, 14 Jan 2024 13:19:55 +0200 Subject: [PATCH] bluez5: add quirk for SoundCore mini2 AVRCP volume doesn't work properly with this device. Closes #2927 --- 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 4b483dc56..34abe6ff8 100644 --- a/spa/plugins/bluez5/bluez-hardware.conf +++ b/spa/plugins/bluez5/bluez-hardware.conf @@ -44,6 +44,7 @@ bluez5.features.device = [ { 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 + { name = "SoundCore mini2", no-features = [ hw-volume ] }, # #pipewire-2927 { name = "SoundCore 2", no-features = [ sbc-xq ] }, # #pipewire-2291 { name = "Tribit MAXSound Plus", no-features = [ hw-volume ] }, # #pipewire-1592 { name = "Urbanista Stockholm Plus", no-features = [ msbc-alt1, msbc-alt1-rtl ] },