We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aec3ed commit ad5b205Copy full SHA for ad5b205
sound/usb/quirks.c
@@ -2239,6 +2239,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
2239
QUIRK_FLAG_CTL_MSG_DELAY_1M),
2240
DEVICE_FLG(0x0c45, 0x6340, /* Sonix HD USB Camera */
2241
QUIRK_FLAG_GET_SAMPLE_RATE),
2242
+ DEVICE_FLG(0x0d8c, 0x0014, /* USB Audio Device */
2243
+ QUIRK_FLAG_CTL_MSG_DELAY_1M),
2244
DEVICE_FLG(0x0ecb, 0x205c, /* JBL Quantum610 Wireless */
2245
QUIRK_FLAG_FIXED_RATE),
2246
DEVICE_FLG(0x0ecb, 0x2069, /* JBL Quantum810 Wireless */
0 commit comments