We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568e4e8 commit 3da87ecCopy full SHA for 3da87ec
sound/usb/pcm.c
@@ -367,6 +367,7 @@ static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs,
367
ifnum = 0;
368
goto add_sync_ep_from_ifnum;
369
case USB_ID(0x07fd, 0x0008): /* MOTU M Series */
370
+ case USB_ID(0x31e9, 0x0001): /* Solid State Logic SSL2 */
371
case USB_ID(0x31e9, 0x0002): /* Solid State Logic SSL2+ */
372
case USB_ID(0x0d9a, 0x00df): /* RTX6001 */
373
ep = 0x81;
0 commit comments