diff options
-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 f05500b05ec0..13199ff36d4c 100644 --- a/sound/usb/usbmixer_maps.c +++ b/sound/usb/usbmixer_maps.c | |||
@@ -238,6 +238,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = { | |||
238 | .selector_map = audigy2nx_selectors, | 238 | .selector_map = audigy2nx_selectors, |
239 | }, | 239 | }, |
240 | { | 240 | { |
241 | /* Hercules DJ Console */ | ||
242 | .id = USB_ID(0x06f8, 0xd002), | ||
243 | .ignore_ctl_error = 1, | ||
244 | }, | ||
245 | { | ||
241 | .id = USB_ID(0x08bb, 0x2702), | 246 | .id = USB_ID(0x08bb, 0x2702), |
242 | .map = linex_map, | 247 | .map = linex_map, |
243 | .ignore_ctl_error = 1, | 248 | .ignore_ctl_error = 1, |