bluez5: add quirk for SoundCore mini2

AVRCP volume doesn't work properly with this device.

Closes #2927
This commit is contained in:
Pauli Virtanen 2024-01-14 13:19:55 +02:00 committed by Wim Taymans
parent 46eb11051a
commit bae75e0d0b

View file

@ -44,6 +44,7 @@ bluez5.features.device = [
{ name = "Soundcore Life P2-L", no-features = [ msbc-alt1, msbc-alt1-rtl ] }, { name = "Soundcore Life P2-L", no-features = [ msbc-alt1, msbc-alt1-rtl ] },
{ name = "Soundcore Motion B", no-features = [ hw-volume ] }, { name = "Soundcore Motion B", no-features = [ hw-volume ] },
{ name = "SoundCore mini", no-features = [ hw-volume ] }, # #pipewire-1686 { 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 = "SoundCore 2", no-features = [ sbc-xq ] }, # #pipewire-2291
{ name = "Tribit MAXSound Plus", no-features = [ hw-volume ] }, # #pipewire-1592 { name = "Tribit MAXSound Plus", no-features = [ hw-volume ] }, # #pipewire-1592
{ name = "Urbanista Stockholm Plus", no-features = [ msbc-alt1, msbc-alt1-rtl ] }, { name = "Urbanista Stockholm Plus", no-features = [ msbc-alt1, msbc-alt1-rtl ] },