]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ALSA: usb-audio: Add quirk for Corsair Virtuoso (later revision)
authorRobert Abrahamse <denobyte2@gmail.com>
Tue, 28 Jul 2026 14:03:14 +0000 (16:03 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 28 Jul 2026 16:30:43 +0000 (18:30 +0200)
Add USB mixer mapping quirk for later revisions of the Corsair Virtuoso
headset with USB IDs 0x1b1c:0x0a43 (wired) and 0x1b1c:0x0a44
(wireless). These devices exhibit the same mixer label collision as
earlier Virtuoso variants: all controls are labelled "Headset", causing
applications like PulseAudio to move the sidetone control instead of
the main playback volume.

Signed-off-by: Robert Abrahamse <denobyte2@gmail.com>
Link: https://patch.msgid.link/20260728140314.11601-1-denobyte2@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer_maps.c

index 4d8dca04f87d0892e1cf8b63bcda2eace76143f8..ce27fc871f5139c8b9e9a8ebe1370dfef4ff9175 100644 (file)
@@ -638,6 +638,16 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = {
                .id = USB_ID(0x1b1c, 0x0a42),
                .map = corsair_virtuoso_map,
        },
+       {
+               /* Corsair Virtuoso (wired mode, later revision) */
+               .id = USB_ID(0x1b1c, 0x0a43),
+               .map = corsair_virtuoso_map,
+       },
+       {
+               /* Corsair Virtuoso (wireless mode, later revision) */
+               .id = USB_ID(0x1b1c, 0x0a44),
+               .map = corsair_virtuoso_map,
+       },
        {
                /* Corsair HS80 RGB Wireless (wired mode) */
                .id = USB_ID(0x1b1c, 0x0a6a),