mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
media-session: add hardware volume quirks
Data from interop list in AOSP Fluoride stack.
This commit is contained in:
parent
9422e76d89
commit
4899b75410
1 changed files with 18 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ bluez5.features.device = [
|
|||
# properties:
|
||||
# - name
|
||||
# - address ("ff:ff:ff:ff:ff:ff")
|
||||
# - vendor-id
|
||||
# - vendor-id ("bluetooth:ffff", "usb:ffff")
|
||||
# - product-id
|
||||
# - version-id
|
||||
|
||||
|
|
@ -34,6 +34,23 @@ bluez5.features.device = [
|
|||
{ name = "Soundcore Life P2-L", no-features = [ msbc-alt1, msbc-alt1-rtl ] },
|
||||
{ name = "Urbanista Stockholm Plus", no-features = [ msbc-alt1, msbc-alt1-rtl ] },
|
||||
|
||||
{ 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
|
||||
{ address = "~^0c:a6:94:", no-features = [ hw-volume ]}, # deepblue2
|
||||
{ address = "~^00:14:02:", no-features = [ hw-volume ]}, # iKross IKBT83B HS
|
||||
{ address = "~^44:5e:f3:", no-features = [ hw-volume ]}, # JayBird BlueBuds X
|
||||
{ address = "~^d4:9c:28:", no-features = [ hw-volume ]}, # JayBird BlueBuds X
|
||||
{ address = "~^00:18:6b:", no-features = [ hw-volume ]}, # LG Tone HBS-730
|
||||
{ address = "~^b8:ad:3e:", no-features = [ hw-volume ]}, # LG Tone HBS-730
|
||||
{ address = "~^a0:e9:db:", no-features = [ hw-volume ]}, # LG Tone HV-800
|
||||
{ address = "~^00:24:1c:", no-features = [ hw-volume ]}, # Motorola Roadster
|
||||
{ address = "~^00:11:b1:", no-features = [ hw-volume ]}, # Mpow Cheetah
|
||||
{ address = "~^a4:15:66:", no-features = [ hw-volume ]}, # SOL REPUBLIC Tracks Air
|
||||
{ address = "~^00:14:f1:", no-features = [ hw-volume ]}, # Swage Rokitboost HS
|
||||
{ address = "~^00:26:7e:", no-features = [ hw-volume ]}, # VW Car Kit
|
||||
{ address = "~^90:03:b7:", no-features = [ hw-volume ]}, # VW Car Kit
|
||||
|
||||
# All features are enabled by default; it's simpler to block non-working devices one by one.
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue