* [PATCH] ALSA: usb-audio: Add quirk for Corsair Virtuoso (later revision)
@ 2026-07-28 14:03 Robert Abrahamse
2026-07-28 16:30 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Robert Abrahamse @ 2026-07-28 14:03 UTC (permalink / raw)
To: linux-sound; +Cc: perex, tiwai, linux-kernel, Robert Abrahamse
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>
---
sound/usb/mixer_maps.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/sound/usb/mixer_maps.c b/sound/usb/mixer_maps.c
index faac7df1fbcf..200b4840b7e5 100644
--- a/sound/usb/mixer_maps.c
+++ b/sound/usb/mixer_maps.c
@@ -628,6 +628,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),
--
2.55.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: usb-audio: Add quirk for Corsair Virtuoso (later revision)
2026-07-28 14:03 [PATCH] ALSA: usb-audio: Add quirk for Corsair Virtuoso (later revision) Robert Abrahamse
@ 2026-07-28 16:30 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-07-28 16:30 UTC (permalink / raw)
To: Robert Abrahamse; +Cc: linux-sound, perex, tiwai, linux-kernel
On Tue, 28 Jul 2026 16:03:14 +0200,
Robert Abrahamse wrote:
>
> 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>
Applied now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-28 16:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-28 14:03 [PATCH] ALSA: usb-audio: Add quirk for Corsair Virtuoso (later revision) Robert Abrahamse
2026-07-28 16:30 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox