Re: [REGRESSION] snd-usb-audio: SteelSeries Arctis Nova 5 mixer controls disabled as sticky
Gert Burger <[email protected]>
| Newsgroups | dev.linux.lists.regressions,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <CAEQ1D3kmssJk=ZFiiV1wLUpC9BTnu7RNjuLopYDU0XpocVNNCQ@mail.gmail.com> |
On Thu, 6 Aug 2026 at 11:54, Takashi Iwai <[email protected]> wrote: > > Good to hear. Could you try the patch below? I'm going to submit it > in anyway, but it'd be appreciated if you can test it beforehand. > > diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c > index 3330eb604911..618baa80d2b7 100644 > --- a/sound/usb/quirks.c > +++ b/sound/usb/quirks.c > @@ -2363,6 +2363,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = { > QUIRK_FLAG_SHARE_MEDIA_DEVICE | QUIRK_FLAG_ALIGN_TRANSFER), > DEVICE_FLG(0x1038, 0x1294, /* SteelSeries Arctis Pro Wireless */ > QUIRK_FLAG_MIXER_PLAYBACK_MIN_MUTE), > + DEVICE_FLG(0x1038, 0x2232, /* SteelSeries Arctis Nova 5 */ > + QUIRK_FLAG_MIXER_GET_CUR_BROKEN), > DEVICE_FLG(0x1101, 0x0003, /* Audioengine D1 */ > QUIRK_FLAG_GET_SAMPLE_RATE), > DEVICE_FLG(0x12d1, 0x3a07, /* HUAWEI USB-C HEADSET */ > -- > 2.55.0 > Sorry for the late reply, it does work on the mainline package i have. Regards