Skip to content

Commit

Permalink
ALSA: usb-audio: Add implicit feedback quirk for SSL2
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ltratt authored and tiwai committed Jul 22, 2020
1 parent 568e4e8 commit 3da87ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/usb/pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs,
ifnum = 0;
goto add_sync_ep_from_ifnum;
case USB_ID(0x07fd, 0x0008): /* MOTU M Series */
case USB_ID(0x31e9, 0x0001): /* Solid State Logic SSL2 */
case USB_ID(0x31e9, 0x0002): /* Solid State Logic SSL2+ */
case USB_ID(0x0d9a, 0x00df): /* RTX6001 */
ep = 0x81;
Expand Down

0 comments on commit 3da87ec

Please sign in to comment.