diff options
author | Jaroslav Kysela <perex@suse.cz> | 2005-10-26 05:50:25 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 07:26:03 -0500 |
commit | c2f2f0fa3829a8da1e029346c4f7e8da82f95d62 (patch) | |
tree | 84e58b4c7ba2ad354c1797a77eea35fbf13cf2ae /sound | |
parent | 985be54ba8b042923f5a76276a1c0490aa8af7a1 (diff) |
[ALSA] usb-audio: remove duplicate fixup entry (Hercules DJ Console)
Modules: USB generic driver
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/usbmixer_maps.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/usb/usbmixer_maps.c b/sound/usb/usbmixer_maps.c index 9a8534b9efff..c1264434e50a 100644 --- a/sound/usb/usbmixer_maps.c +++ b/sound/usb/usbmixer_maps.c | |||
@@ -248,11 +248,6 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = { | |||
248 | .ignore_ctl_error = 1, | 248 | .ignore_ctl_error = 1, |
249 | }, | 249 | }, |
250 | { | 250 | { |
251 | /* Hercules DJ Console */ | ||
252 | .id = USB_ID(0x06f8, 0xd002), | ||
253 | .ignore_ctl_error = 1, | ||
254 | }, | ||
255 | { | ||
256 | .id = USB_ID(0x08bb, 0x2702), | 251 | .id = USB_ID(0x08bb, 0x2702), |
257 | .map = linex_map, | 252 | .map = linex_map, |
258 | .ignore_ctl_error = 1, | 253 | .ignore_ctl_error = 1, |