Skip to content

Commit a7de2b8

Browse files
NyCodeGHGtiwai
authored andcommitted
ALSA: usb-audio: add mixer mapping for Corsair HS80
The Corsair HS80 RGB Wireless is a USB headset with a mic and a sidetone feature. It has the same quirk as the Virtuoso series. This labels the mixers appropriately, so applications don't move the sidetone volume when they actually intend to move the main headset volume. Signed-off-by: Marie Ramlow <[email protected]> cc: <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent ed990c0 commit a7de2b8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sound/usb/mixer_maps.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,16 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = {
621621
.id = USB_ID(0x1b1c, 0x0a42),
622622
.map = corsair_virtuoso_map,
623623
},
624+
{
625+
/* Corsair HS80 RGB Wireless (wired mode) */
626+
.id = USB_ID(0x1b1c, 0x0a6a),
627+
.map = corsair_virtuoso_map,
628+
},
629+
{
630+
/* Corsair HS80 RGB Wireless (wireless mode) */
631+
.id = USB_ID(0x1b1c, 0x0a6b),
632+
.map = corsair_virtuoso_map,
633+
},
624634
{ /* Gigabyte TRX40 Aorus Master (rear panel + front mic) */
625635
.id = USB_ID(0x0414, 0xa001),
626636
.map = aorus_master_alc1220vb_map,

0 commit comments

Comments
 (0)