Skip to content

Commit 3da87ec

Browse files
ltratttiwai
authored andcommitted
ALSA: usb-audio: Add implicit feedback quirk for SSL2
As expected, this requires the same quirk as the SSL2+ in order for the clock to sync. This was suggested by, and tested on an SSL2, by Dmitry. Suggested-by: Dmitry <[email protected]> Signed-off-by: Laurence Tratt <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 568e4e8 commit 3da87ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/usb/pcm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs,
367367
ifnum = 0;
368368
goto add_sync_ep_from_ifnum;
369369
case USB_ID(0x07fd, 0x0008): /* MOTU M Series */
370+
case USB_ID(0x31e9, 0x0001): /* Solid State Logic SSL2 */
370371
case USB_ID(0x31e9, 0x0002): /* Solid State Logic SSL2+ */
371372
case USB_ID(0x0d9a, 0x00df): /* RTX6001 */
372373
ep = 0x81;

0 commit comments

Comments
 (0)