diff mbox series

ALSA: usb-audio: Add registration quirk for Kingston HyperX Cloud Alpha S

Message ID 20200404153843.9288-1-emmanuelpescosta099@gmail.com
State Accepted
Commit fd60e0683e8e9107e09cd2e4798f3e27e85d2705
Headers show
Series ALSA: usb-audio: Add registration quirk for Kingston HyperX Cloud Alpha S | expand

Commit Message

Emmanuel Pescosta April 4, 2020, 3:38 p.m. UTC
Similar to the Kingston HyperX AMP, the Kingston HyperX Cloud
Alpha S (0951:16d8) uses two interfaces, but only the second
interface contains the capture stream. This patch delays the
registration until the second interface appears.

Signed-off-by: Emmanuel Pescosta <emmanuelpescosta099@gmail.com>
---
 sound/usb/quirks.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Takashi Iwai April 4, 2020, 5:57 p.m. UTC | #1
On Sat, 04 Apr 2020 17:38:43 +0200,
Emmanuel Pescosta wrote:
> 
> Similar to the Kingston HyperX AMP, the Kingston HyperX Cloud
> Alpha S (0951:16d8) uses two interfaces, but only the second
> interface contains the capture stream. This patch delays the
> registration until the second interface appears.
> 
> Signed-off-by: Emmanuel Pescosta <emmanuelpescosta099@gmail.com>

Thanks, applied now.


Takashi
diff mbox series

Patch

diff --git a/sound/usb/quirks.c b/sound/usb/quirks.c
index 86f192a3043d..a8ece1701068 100644
--- a/sound/usb/quirks.c
+++ b/sound/usb/quirks.c
@@ -1827,6 +1827,7 @@  struct registration_quirk {
 
 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 */
 	{ 0 }					/* terminator */
 };