Skip to content

Commit 80eab86

Browse files
rjahanbakhshigregkh
authored andcommitted
ALSA: usb-audio: add mapping for new Corsair Virtuoso SE
commit cd94df1 upstream. New device id for Corsair Virtuoso SE RGB Wireless that currently is not in the mixer_map. This entry in the mixer_map is necessary in order to label its mixer appropriately and allow userspace to pick the correct volume controls. For instance, my own Corsair Virtuoso SE RGB Wireless headset has this new ID and consequently, the sidetone and volume are not working correctly without this change. > sudo lsusb -v | grep -i corsair Bus 007 Device 011: ID 1b1c:0a40 Corsair CORSAIR VIRTUOSO SE Wireless Gam idVendor 0x1b1c Corsair iManufacturer 1 Corsair iProduct 2 CORSAIR VIRTUOSO SE Wireless Gaming Headset Signed-off-by: Reza Jahanbakhshi <reza.jahanbakhshi@gmail.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20220304212303.195949-1-reza.jahanbakhshi@gmail.com Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 5ce74ff commit 80eab86

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

sound/usb/mixer_maps.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,16 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = {
542542
.id = USB_ID(0x25c4, 0x0003),
543543
.map = scms_usb3318_map,
544544
},
545+
{
546+
/* Corsair Virtuoso SE Latest (wired mode) */
547+
.id = USB_ID(0x1b1c, 0x0a3f),
548+
.map = corsair_virtuoso_map,
549+
},
550+
{
551+
/* Corsair Virtuoso SE Latest (wireless mode) */
552+
.id = USB_ID(0x1b1c, 0x0a40),
553+
.map = corsair_virtuoso_map,
554+
},
545555
{
546556
.id = USB_ID(0x30be, 0x0101), /* Schiit Hel */
547557
.ignore_ctl_error = 1,

0 commit comments

Comments
 (0)