mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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
|
|
@ -678,6 +678,7 @@ enum spa_bt_feature {
|
|||
SPA_BT_FEATURE_HW_VOLUME = (1 << 3),
|
||||
SPA_BT_FEATURE_HW_VOLUME_MIC = (1 << 4),
|
||||
SPA_BT_FEATURE_SBC_XQ = (1 << 5),
|
||||
SPA_BT_FEATURE_FASTSTREAM = (1 << 6),
|
||||
};
|
||||
|
||||
struct spa_bt_quirks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue