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

@ -75,6 +75,7 @@ static enum spa_bt_feature parse_feature(const char *str)
{ "msbc-alt1", SPA_BT_FEATURE_MSBC_ALT1 },
{ "msbc-alt1-rtl", SPA_BT_FEATURE_MSBC_ALT1_RTL },
{ "hw-volume", SPA_BT_FEATURE_HW_VOLUME },
{ "hw-volume-mic", SPA_BT_FEATURE_HW_VOLUME_MIC },
{ "sbc-xq", SPA_BT_FEATURE_SBC_XQ },
};
size_t i;