dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
James Courtier-Dutton 2007-10-08 18:49:43 +01:00 committed by Jaroslav Kysela
parent 6eda7cf184
commit 1e74190bc0
1 changed files with 14 additions and 1 deletions

View File

@ -88,7 +88,20 @@
.bInterfaceClass = USB_CLASS_AUDIO,
.bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL
},
/* E-Mu devices */
{
.match_flags = USB_DEVICE_ID_MATCH_DEVICE,
.idVendor = 0x041e,
.idProduct = 0x3f02,
.bInterfaceClass = USB_CLASS_AUDIO,
},
{
.match_flags = USB_DEVICE_ID_MATCH_DEVICE,
.idVendor = 0x041e,
.idProduct = 0x3f04,
.bInterfaceClass = USB_CLASS_AUDIO,
},
/*
/*
* Yamaha devices
*/