All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: usb-audio: Add registration quirk for JBL Quantum headsets
@ 2021-07-21 23:56 Alexander Tsoy
  2021-07-22  7:36 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Tsoy @ 2021-07-21 23:56 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai, Jakub Fišer

These devices has two interfaces, but only the second interface
contains the capture endpoint, thus quirk is required to delay the
registration until the second interface appears.

Tested-by: Jakub Fišer <jakub@ufiseru.cz>
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
---
 sound/usb/quirks.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 8b8bee3c3dd6..e7accd87e063 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1897,6 +1897,9 @@ static const struct registration_quirk registration_quirks[] = {
 	REG_QUIRK_ENTRY(0x0951, 0x16d8, 2),	/* Kingston HyperX AMP */
 	REG_QUIRK_ENTRY(0x0951, 0x16ed, 2),	/* Kingston HyperX Cloud Alpha S */
 	REG_QUIRK_ENTRY(0x0951, 0x16ea, 2),	/* Kingston HyperX Cloud Flight S */
+	REG_QUIRK_ENTRY(0x0ecb, 0x1f46, 2),	/* JBL Quantum 600 */
+	REG_QUIRK_ENTRY(0x0ecb, 0x2039, 2),	/* JBL Quantum 400 */
+	REG_QUIRK_ENTRY(0x0ecb, 0x203e, 2),	/* JBL Quantum 800 */
 	{ 0 }					/* terminator */
 };
 
-- 
2.31.1


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

* Re: [PATCH] ALSA: usb-audio: Add registration quirk for JBL Quantum headsets
  2021-07-21 23:56 [PATCH] ALSA: usb-audio: Add registration quirk for JBL Quantum headsets Alexander Tsoy
@ 2021-07-22  7:36 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2021-07-22  7:36 UTC (permalink / raw)
  To: Alexander Tsoy; +Cc: alsa-devel, Jakub Fišer

On Thu, 22 Jul 2021 01:56:05 +0200,
Alexander Tsoy wrote:
> 
> These devices has two interfaces, but only the second interface
> contains the capture endpoint, thus quirk is required to delay the
> registration until the second interface appears.
> 
> Tested-by: Jakub Fišer <jakub@ufiseru.cz>
> Signed-off-by: Alexander Tsoy <alexander@tsoy.me>

Thanks, applied.


Takashi

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

end of thread, other threads:[~2021-07-22  7:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 23:56 [PATCH] ALSA: usb-audio: Add registration quirk for JBL Quantum headsets Alexander Tsoy
2021-07-22  7:36 ` 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.