Skip to content

Commit 044bddb

Browse files
cladischtiwai
authored andcommitted
ALSA: usb-audio: add MAYA44 USB+ mixer control names
Add mixer control names for the ESI Maya44 USB+ (which appears to be identical width the AudioTrak Maya44 USB). Reported-by: nightmixes <[email protected]> Signed-off-by: Clemens Ladisch <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent b5d724b commit 044bddb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sound/usb/mixer_maps.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = {
436436
.id = USB_ID(0x200c, 0x1018),
437437
.map = ebox44_map,
438438
},
439+
{
440+
/* MAYA44 USB+ */
441+
.id = USB_ID(0x2573, 0x0008),
442+
.map = maya44_map,
443+
},
439444
{
440445
/* KEF X300A */
441446
.id = USB_ID(0x27ac, 0x1000),

0 commit comments

Comments
 (0)