All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add implicit feedback quirk for RTX6001
@ 2020-07-03 10:04 Pavel Hofman
  2020-07-07  9:46 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Hofman @ 2020-07-03 10:04 UTC (permalink / raw)
  To: alsa-devel

USB Audio analyzer RTX6001 uses the same implicit feedback quirk
as other XMOS-based devices.

Signed-off-by: Pavel Hofman <pavel.hofman@ivitera.com>
Tested-by: Pavel Hofman <pavel.hofman@ivitera.com>
---
 sound/usb/pcm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c
index a777d36c4f5a..40b7cd13fed9 100644
--- a/sound/usb/pcm.c
+++ b/sound/usb/pcm.c
@@ -368,6 +368,7 @@ static int set_sync_ep_implicit_fb_quirk(struct
snd_usb_substream *subs,
 		goto add_sync_ep_from_ifnum;
 	case USB_ID(0x07fd, 0x0008): /* MOTU M Series */
 	case USB_ID(0x31e9, 0x0002): /* Solid State Logic SSL2+ */
+	case USB_ID(0x0d9a, 0x00df): /* RTX6001 */
 		ep = 0x81;
 		ifnum = 2;
 		goto add_sync_ep_from_ifnum;
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add implicit feedback quirk for RTX6001
  2020-07-03 10:04 [PATCH] Add implicit feedback quirk for RTX6001 Pavel Hofman
@ 2020-07-07  9:46 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2020-07-07  9:46 UTC (permalink / raw)
  To: Pavel Hofman; +Cc: alsa-devel

On Fri, 03 Jul 2020 12:04:33 +0200,
Pavel Hofman wrote:
> 
> USB Audio analyzer RTX6001 uses the same implicit feedback quirk
> as other XMOS-based devices.
> 
> Signed-off-by: Pavel Hofman <pavel.hofman@ivitera.com>
> Tested-by: Pavel Hofman <pavel.hofman@ivitera.com>

Applied now (with Cc to stable).

thanks,


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-07  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 10:04 [PATCH] Add implicit feedback quirk for RTX6001 Pavel Hofman
2020-07-07  9:46 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.