Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Pauli Virtanen and committed by
Takashi Iwai
2b929b6e 66233e58

+2
+2
sound/usb/quirks.c
··· 2180 2180 QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_MIC_RES_384), 2181 2181 DEVICE_FLG(0x046d, 0x09a4, /* Logitech QuickCam E 3500 */ 2182 2182 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), 2183 2185 DEVICE_FLG(0x0499, 0x1506, /* Yamaha THR5 */ 2184 2186 QUIRK_FLAG_GENERIC_IMPLICIT_FB), 2185 2187 DEVICE_FLG(0x0499, 0x1509, /* Steinberg UR22 */