Skip to content

Commit 2b929b6

Browse files
pvtiwai
authored andcommitted
ALSA: usb-audio: add mixer_playback_min_mute quirk for Logitech H390
ID 046d:0a8f Logitech, Inc. H390 headset with microphone is reported to have muted min playback volume. Apply quirk for that. Link: https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/4929 Signed-off-by: Pauli Virtanen <pav@iki.fi> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 66233e5 commit 2b929b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2180,6 +2180,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
21802180
QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_MIC_RES_384),
21812181
DEVICE_FLG(0x046d, 0x09a4, /* Logitech QuickCam E 3500 */
21822182
QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_IGNORE_CTL_ERROR),
2183+
DEVICE_FLG(0x046d, 0x0a8f, /* Logitech H390 headset */
2184+
QUIRK_FLAG_MIXER_PLAYBACK_MIN_MUTE),
21832185
DEVICE_FLG(0x0499, 0x1506, /* Yamaha THR5 */
21842186
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
21852187
DEVICE_FLG(0x0499, 0x1509, /* Steinberg UR22 */

0 commit comments

Comments
 (0)