* [PATCH] ALSA: usb-audio: add mixer mapping for Corsair HS80
@ 2024-11-30 16:52 Marie Ramlow
2024-12-01 8:50 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Marie Ramlow @ 2024-11-30 16:52 UTC (permalink / raw)
To: Takashi Iwai; +Cc: linux-sound, Jaroslav Kysela, linux-kernel
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 <me@nycode.dev>
---
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 23260aa1919d..0e9b5431a47f 100644
--- a/sound/usb/mixer_maps.c
+++ b/sound/usb/mixer_maps.c
@@ -621,6 +621,16 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = {
.id = USB_ID(0x1b1c, 0x0a42),
.map = corsair_virtuoso_map,
},
+ {
+ /* Corsair HS80 RGB Wireless (wired mode) */
+ .id = USB_ID(0x1b1c, 0x0a6a),
+ .map = corsair_virtuoso_map,
+ },
+ {
+ /* Corsair HS80 RGB Wireless (wireless mode) */
+ .id = USB_ID(0x1b1c, 0x0a6b),
+ .map = corsair_virtuoso_map,
+ },
{ /* Gigabyte TRX40 Aorus Master (rear panel + front mic) */
.id = USB_ID(0x0414, 0xa001),
.map = aorus_master_alc1220vb_map,
--
2.47.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: usb-audio: add mixer mapping for Corsair HS80
2024-11-30 16:52 [PATCH] ALSA: usb-audio: add mixer mapping for Corsair HS80 Marie Ramlow
@ 2024-12-01 8:50 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2024-12-01 8:50 UTC (permalink / raw)
To: Marie Ramlow; +Cc: Takashi Iwai, linux-sound, Jaroslav Kysela, linux-kernel
On Sat, 30 Nov 2024 17:52:40 +0100,
Marie Ramlow wrote:
>
> 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 <me@nycode.dev>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-01 8:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-30 16:52 [PATCH] ALSA: usb-audio: add mixer mapping for Corsair HS80 Marie Ramlow
2024-12-01 8:50 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).