Skip to content

Commit e7585db

Browse files
ltratttiwai
authored andcommitted
ALSA: usb-audio: Add implicit feedback quirk for SSL2+.
This uses the same quirk as the Motu M2 and M4 to ensure the driver uses the audio interface's clock. Tested on an SSL2+. 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 adb36a8 commit e7585db

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, 0x0002): /* Solid State Logic SSL2+ */
370371
ep = 0x81;
371372
ifnum = 2;
372373
goto add_sync_ep_from_ifnum;

0 commit comments

Comments
 (0)