mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-19 05:33:49 -04:00
bluez5: Remove hw-offload feature flag check and associated quirks
The sco_offload_btcodec() function now returns void and only skips offload setup when using the default datapath, simplifying the logic and removing the need for explicit feature flag checks.
This commit is contained in:
parent
2b5d21da5b
commit
78f16bc04b
3 changed files with 5 additions and 13 deletions
|
|
@ -810,7 +810,6 @@ enum spa_bt_feature {
|
|||
SPA_BT_FEATURE_SBC_XQ = (1 << 5),
|
||||
SPA_BT_FEATURE_FASTSTREAM = (1 << 6),
|
||||
SPA_BT_FEATURE_A2DP_DUPLEX = (1 << 7),
|
||||
SPA_BT_FEATURE_HW_OFFLOAD = (1 << 8),
|
||||
};
|
||||
|
||||
struct spa_bt_quirks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue