aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/usb/quirks.c
diff options
context:
space:
mode:
authorEmmanuel Pescosta <emmanuelpescosta099@gmail.com>2020-04-04 17:38:43 +0200
committerTakashi Iwai <tiwai@suse.de>2020-04-04 19:57:09 +0200
commitfd60e0683e8e9107e09cd2e4798f3e27e85d2705 (patch)
tree113004b8923972e062d4c9f6542255e4c470239b /sound/usb/quirks.c
parentALSA: usb-audio: Add Pioneer DJ DJM-250MK2 quirk (diff)
downloadwireguard-linux-fd60e0683e8e9107e09cd2e4798f3e27e85d2705.tar.xz
wireguard-linux-fd60e0683e8e9107e09cd2e4798f3e27e85d2705.zip
ALSA: usb-audio: Add registration quirk for Kingston HyperX Cloud Alpha S
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>
Diffstat (limited to 'sound/usb/quirks.c')
-rw-r--r--sound/usb/quirks.c1
1 files changed, 1 insertions, 0 deletions
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 */
};