All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: use Corsair Virtuoso mapping for Corsair Virtuoso SE.
@ 2021-01-19  8:47 Andrea Fagiani
  2021-03-01  8:25 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Fagiani @ 2021-01-19  8:47 UTC (permalink / raw)
  To: alsa-devel

The Corsair Virtuoso SE RGB Wireless is a USB headset with a mic and a
sidetone feature. Assign the Corsair Virtuoso name map to the SE product
ids as well, in order to label its mixer appropriately and allow
userspace to pick the correct volume controls.

Signed-off-by: Andrea Fagiani <andfagiani@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 a7212f16660e..646deb6244b1 100644
--- a/sound/usb/mixer_maps.c
+++ b/sound/usb/mixer_maps.c
@@ -536,6 +536,16 @@ static const struct usbmix_ctl_map 
usbmix_ctl_maps[] = {
  		.id = USB_ID(0x05a7, 0x1020),
  		.map = bose_companion5_map,
  	},
+	{
+		/* Corsair Virtuoso SE (wired mode) */
+		.id = USB_ID(0x1b1c, 0x0a3d),
+		.map = corsair_virtuoso_map,
+	},
+	{
+		/* Corsair Virtuoso SE (wireless mode) */
+		.id = USB_ID(0x1b1c, 0x0a3e),
+		.map = corsair_virtuoso_map,
+	},
  	{
  		/* Corsair Virtuoso (wired mode) */
  		.id = USB_ID(0x1b1c, 0x0a41),
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: usb-audio: use Corsair Virtuoso mapping for Corsair Virtuoso SE.
  2021-01-19  8:47 [PATCH] ALSA: usb-audio: use Corsair Virtuoso mapping for Corsair Virtuoso SE Andrea Fagiani
@ 2021-03-01  8:25 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-03-01  8:25 UTC (permalink / raw)
  To: Andrea Fagiani; +Cc: alsa-devel

On Tue, 19 Jan 2021 09:47:44 +0100,
Andrea Fagiani wrote:
> 
> The Corsair Virtuoso SE RGB Wireless is a USB headset with a mic and a
> sidetone feature. Assign the Corsair Virtuoso name map to the SE product
> ids as well, in order to label its mixer appropriately and allow
> userspace to pick the correct volume controls.
> 
> Signed-off-by: Andrea Fagiani <andfagiani@gmail.com>

This seems to have been forgotten, sorry.
Applied now.


thanks,

Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-01  8:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19  8:47 [PATCH] ALSA: usb-audio: use Corsair Virtuoso mapping for Corsair Virtuoso SE Andrea Fagiani
2021-03-01  8:25 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.