forked from luck/tmp_suning_uos_patched
[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:
parent
6eda7cf184
commit
1e74190bc0
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user