Skip to content

Commit ad39a18

Browse files
pvtiwai
authored andcommitted
ALSA: usb-audio: add min_mute quirk for Razer Nommo V2 X
ID 1532:055e Razer USA, Ltd Razer Nommo V2 X is tested to have muted min playback volume. Apply quirk for that. Link: https://gitlab.freedesktop.org/pipewire/pipewire/-/work_items/5235 Signed-off-by: Pauli Virtanen <pav@iki.fi> Link: https://patch.msgid.link/94449577332d14d7974864903825f27e5824ddbc.1777579951.git.pav@iki.fi Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 56722cf commit ad39a18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2366,6 +2366,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
23662366
QUIRK_FLAG_IGNORE_CTL_ERROR),
23672367
DEVICE_FLG(0x152a, 0x880a, /* NeuralDSP Quad Cortex */
23682368
0), /* Doesn't have the vendor quirk which would otherwise apply */
2369+
DEVICE_FLG(0x1532, 0x055e, /* Razer Nommo V2 X */
2370+
QUIRK_FLAG_MIXER_PLAYBACK_MIN_MUTE),
23692371
DEVICE_FLG(0x154e, 0x1002, /* Denon DCD-1500RE */
23702372
QUIRK_FLAG_ITF_USB_DSD_DAC | QUIRK_FLAG_CTL_MSG_DELAY),
23712373
DEVICE_FLG(0x154e, 0x1003, /* Denon DA-300USB */

0 commit comments

Comments
 (0)