aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurence Tratt <[email protected]>2020-06-21 08:50:05 +0100
committerTakashi Iwai <[email protected]>2020-07-22 11:03:21 +0200
commit3da87ec67a491b9633a82045896c076b794bf938 (patch)
tree1aff9973bcf7be38dfae3a41b6a211f038e3edbf
parent568e4e82128aac2c62c2c359ebebb6007fd794f9 (diff)
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]>
-rw-r--r--sound/usb/pcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c
index 40b7cd13fed9..a69d9e75f66f 100644
--- a/sound/usb/pcm.c
+++ b/sound/usb/pcm.c
@@ -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;