Commit d2d95a71 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Zefan Li

ALSA: usb-audio: add MAYA44 USB+ mixer control names

commit 044bddb9 upstream.

Add mixer control names for the ESI Maya44 USB+ (which appears to be
identical width the AudioTrak Maya44 USB).
Reported-by: default avatarnightmixes <nightmixes@gmail.com>
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarZefan Li <lizefan@huawei.com>
parent 92ba0b01
...@@ -379,6 +379,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = { ...@@ -379,6 +379,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = {
.map = scratch_live_map, .map = scratch_live_map,
.ignore_ctl_error = 1, .ignore_ctl_error = 1,
}, },
{
/* MAYA44 USB+ */
.id = USB_ID(0x2573, 0x0008),
.map = maya44_map,
},
{ {
/* KEF X300A */ /* KEF X300A */
.id = USB_ID(0x27ac, 0x1000), .id = USB_ID(0x27ac, 0x1000),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment