]> git.itanic.dy.fi Git - linux-stable/commitdiff
ALSA: usb-audio: Add registration quirk for Kingston HyperX Cloud Alpha S
authorEmmanuel Pescosta <emmanuelpescosta099@gmail.com>
Sat, 4 Apr 2020 15:38:43 +0000 (17:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jul 2020 07:32:04 +0000 (09:32 +0200)
[ Upstream commit fd60e0683e8e9107e09cd2e4798f3e27e85d2705 ]

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>
Link: https://lore.kernel.org/r/20200404153843.9288-1-emmanuelpescosta099@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/usb/quirks.c

index 79c3787ad8fd8628f92771ce8bf49d5443bb70be..15d7d1e92245ce6dec9b32d41780da11e281af7b 100644 (file)
@@ -1527,6 +1527,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 */
 };