mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04: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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue