提交 5f526a9f 编写于 作者: A Andrea Fagiani 提交者: Zheng Zengkai

ALSA: usb-audio: use Corsair Virtuoso mapping for Corsair Virtuoso SE

stable inclusion
from stable-5.10.22
commit 4330e7a8bf01f6361f2c6d7fa34ddf0e108a188b
bugzilla: 50796

--------------------------------

commit 11302bb6 upstream.

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: NAndrea Fagiani <andfagiani@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/40bbdf55-f854-e2ee-87b4-183e6451352c@gmail.comSigned-off-by: NTakashi Iwai <tiwai@suse.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: NChen Jun <chenjun102@huawei.com>
Acked-by: N  Weilong Chen <chenweilong@huawei.com>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 fe36f42e
...@@ -536,6 +536,16 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = { ...@@ -536,6 +536,16 @@ static const struct usbmix_ctl_map usbmix_ctl_maps[] = {
.id = USB_ID(0x05a7, 0x1020), .id = USB_ID(0x05a7, 0x1020),
.map = bose_companion5_map, .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) */ /* Corsair Virtuoso (wired mode) */
.id = USB_ID(0x1b1c, 0x0a41), .id = USB_ID(0x1b1c, 0x0a41),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册