Skip to content

Commit b6a1e78

Browse files
pavhofmantiwai
authored andcommitted
ALSA: usb-audio: Add implicit feedback quirk for RTX6001
USB Audio analyzer RTX6001 uses the same implicit feedback quirk as other XMOS-based devices. Signed-off-by: Pavel Hofman <[email protected]> Tested-by: Pavel Hofman <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent e337bf1 commit b6a1e78

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
@@ -368,6 +368,7 @@ static int set_sync_ep_implicit_fb_quirk(struct snd_usb_substream *subs,
368368
goto add_sync_ep_from_ifnum;
369369
case USB_ID(0x07fd, 0x0008): /* MOTU M Series */
370370
case USB_ID(0x31e9, 0x0002): /* Solid State Logic SSL2+ */
371+
case USB_ID(0x0d9a, 0x00df): /* RTX6001 */
371372
ep = 0x81;
372373
ifnum = 2;
373374
goto add_sync_ep_from_ifnum;

0 commit comments

Comments
 (0)