mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
bluez5: quirks for headset without a2dp duplex codecs
See #1756 (another headset with non-working, probably faststream duplex)
This commit is contained in:
parent
fc12e5bed0
commit
2329a4d323
4 changed files with 12 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
# hw-volume-mic Functional HSP/HFP microphone volume support
|
||||
# sbc-xq "nonstandard" SBC codec setting with better sound quality
|
||||
# faststream FastStream codec support
|
||||
# a2dp-duplex A2DP duplex codec support
|
||||
#
|
||||
# Features are disabled with the key "no-features" whose value is an
|
||||
# array of strings in the match rule.
|
||||
|
|
@ -42,6 +43,8 @@ bluez5.features.device = [
|
|||
{ name = "Tribit MAXSound Plus", no-features = [ hw-volume ] }, # #pipewire-1592
|
||||
{ name = "Urbanista Stockholm Plus", no-features = [ msbc-alt1, msbc-alt1-rtl ] },
|
||||
|
||||
{ address = "~^44:5e:cd:", no-features = [ faststream, a2dp-duplex ]}, # #pipewire-1756
|
||||
|
||||
{ address = "~^94:16:25:", no-features = [ hw-volume ]}, # AirPods 2
|
||||
{ address = "~^9c:64:8b:", no-features = [ hw-volume ]}, # AirPods 2
|
||||
{ address = "~^a0:e9:db:", no-features = [ hw-volume ]}, # Ausdom M05
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue