From: Clemens Ladisch Date: Wed, 3 Jun 2015 09:36:42 +0000 (+0200) Subject: ALSA: usb-audio: add MAYA44 USB+ mixer control names X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=044bddb9ca8d49edb91bc22b9940a463b0dbb97f;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git 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 Signed-off-by: Clemens Ladisch Cc: Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/mixer_maps.c b/sound/usb/mixer_maps.c index b703cb3cda19..e5000da9e9d7 100644 --- a/sound/usb/mixer_maps.c +++ b/sound/usb/mixer_maps.c @@ -437,6 +437,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = { .map = ebox44_map, }, { + /* MAYA44 USB+ */ + .id = USB_ID(0x2573, 0x0008), + .map = maya44_map, + }, + { /* KEF X300A */ .id = USB_ID(0x27ac, 0x1000), .map = scms_usb3318_map,