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:
Mengshi Wu 2026-01-19 15:15:26 +08:00 committed by Wim Taymans
parent 2b5d21da5b
commit 78f16bc04b
3 changed files with 5 additions and 13 deletions

View file

@ -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;