diff options
| author | James Courtier-Dutton <James@superbug.co.uk> | 2007-10-08 13:49:43 -0400 |
|---|---|---|
| committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 10:51:06 -0400 |
| commit | 1e74190bc0f8a5ab7e83bdf6688fcaebbed25316 (patch) | |
| tree | 7148a25ed3b426125cf6d63bb0d715c5d575bff8 | |
| parent | 6eda7cf184670764a6f6bfc883bd5005379d7251 (diff) | |
[ALSA] snd-usb-audio: Add basic support for E-Mu USB devices.
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
| -rw-r--r-- | sound/usb/usbquirks.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 5e69e884ad00..aeb9005125ce 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h | |||
| @@ -88,7 +88,20 @@ | |||
| 88 | .bInterfaceClass = USB_CLASS_AUDIO, | 88 | .bInterfaceClass = USB_CLASS_AUDIO, |
| 89 | .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL | 89 | .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL |
| 90 | }, | 90 | }, |
| 91 | 91 | /* E-Mu devices */ | |
| 92 | { | ||
| 93 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE, | ||
| 94 | .idVendor = 0x041e, | ||
| 95 | .idProduct = 0x3f02, | ||
| 96 | .bInterfaceClass = USB_CLASS_AUDIO, | ||
| 97 | }, | ||
| 98 | { | ||
| 99 | .match_flags = USB_DEVICE_ID_MATCH_DEVICE, | ||
| 100 | .idVendor = 0x041e, | ||
| 101 | .idProduct = 0x3f04, | ||
| 102 | .bInterfaceClass = USB_CLASS_AUDIO, | ||
| 103 | }, | ||
| 104 | /* | ||
| 92 | /* | 105 | /* |
| 93 | * Yamaha devices | 106 | * Yamaha devices |
| 94 | */ | 107 | */ |
