mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
bluez5: add faststream quirks
For some devices FastStream causes problems. Add quirk for disabling it.
This commit is contained in:
parent
84bc0490a5
commit
c620121529
5 changed files with 27 additions and 5 deletions
|
|
@ -13,6 +13,7 @@
|
|||
# hw-volume AVRCP and HSP/HFP hardware volume support
|
||||
# hw-volume-mic Functional HSP/HFP microphone volume support
|
||||
# sbc-xq "nonstandard" SBC codec setting with better sound quality
|
||||
# faststream FastStream codec support
|
||||
#
|
||||
# Features are disabled with the key "no-features" whose value is an
|
||||
# array of strings in the match rule.
|
||||
|
|
@ -31,6 +32,7 @@ bluez5.features.device = [
|
|||
{ 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 = "FiiO BTR3", address = "~^40:ed:98:", no-features = [ faststream ] }, # #pipewire-1658
|
||||
{ name = "JBL Endurance RUN BT", no-features = [ msbc-alt1, msbc-alt1-rtl, sbc-xq ] },
|
||||
{ name = "JBL LIVE650BTNC" },
|
||||
{ name = "Motorola DC800", no-features = [ sbc-xq ] }, # #pipewire-1590
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue