mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
bluez5: add and use quirk for broken mic HW volume
Some headsets emit AT+VGM even though +VGM commands do not actually adjust the recording volume.
This commit is contained in:
parent
4899b75410
commit
9d38d375d2
4 changed files with 21 additions and 6 deletions
|
|
@ -671,7 +671,8 @@ enum spa_bt_feature {
|
|||
SPA_BT_FEATURE_MSBC_ALT1 = (1 << 1),
|
||||
SPA_BT_FEATURE_MSBC_ALT1_RTL = (1 << 2),
|
||||
SPA_BT_FEATURE_HW_VOLUME = (1 << 3),
|
||||
SPA_BT_FEATURE_SBC_XQ = (1 << 4),
|
||||
SPA_BT_FEATURE_HW_VOLUME_MIC = (1 << 4),
|
||||
SPA_BT_FEATURE_SBC_XQ = (1 << 5),
|
||||
};
|
||||
|
||||
struct spa_bt_quirks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue