diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2015-06-03 11:36:42 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-06-03 11:57:51 +0200 |
commit | 044bddb9ca8d49edb91bc22b9940a463b0dbb97f (patch) | |
tree | 38dba71878f1296ff0acc8944e3fa78e46058b9e /sound/usb | |
parent | b5d724b1add6eabf3aa7276ab3454ea9f45eebd3 (diff) | |
download | op-kernel-dev-044bddb9ca8d49edb91bc22b9940a463b0dbb97f.zip op-kernel-dev-044bddb9ca8d49edb91bc22b9940a463b0dbb97f.tar.gz |
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 <nightmixes@gmail.com>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb')
-rw-r--r-- | sound/usb/mixer_maps.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/usb/mixer_maps.c b/sound/usb/mixer_maps.c index b703cb3..e5000da 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, |