diff options
Diffstat (limited to 'sound/usb/usbmixer_maps.c')
-rw-r--r-- | sound/usb/usbmixer_maps.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/usb/usbmixer_maps.c b/sound/usb/usbmixer_maps.c index d755be0ad811..f41214f3ad6b 100644 --- a/sound/usb/usbmixer_maps.c +++ b/sound/usb/usbmixer_maps.c | |||
@@ -285,6 +285,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = { | |||
285 | .map = live24ext_map, | 285 | .map = live24ext_map, |
286 | }, | 286 | }, |
287 | { | 287 | { |
288 | .id = USB_ID(0x041e, 0x3048), | ||
289 | .map = audigy2nx_map, | ||
290 | .selector_map = audigy2nx_selectors, | ||
291 | }, | ||
292 | { | ||
288 | /* Hercules DJ Console (Windows Edition) */ | 293 | /* Hercules DJ Console (Windows Edition) */ |
289 | .id = USB_ID(0x06f8, 0xb000), | 294 | .id = USB_ID(0x06f8, 0xb000), |
290 | .ignore_ctl_error = 1, | 295 | .ignore_ctl_error = 1, |