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:
Pauli Virtanen 2021-06-21 21:10:42 +03:00
parent 4899b75410
commit 9d38d375d2
4 changed files with 21 additions and 6 deletions

View file

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