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 dbfe835 commit df0380bCopy full SHA for df0380b
sound/usb/quirks.c
@@ -1888,6 +1888,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
1888
QUIRK_FLAG_SHARE_MEDIA_DEVICE | QUIRK_FLAG_ALIGN_TRANSFER),
1889
DEVICE_FLG(0x21b4, 0x0081, /* AudioQuest DragonFly */
1890
QUIRK_FLAG_GET_SAMPLE_RATE),
1891
+ DEVICE_FLG(0x2708, 0x0002, /* Audient iD14 */
1892
+ QUIRK_FLAG_IGNORE_CTL_ERROR),
1893
DEVICE_FLG(0x2912, 0x30c8, /* Audioengine D1 */
1894
1895
DEVICE_FLG(0x30be, 0x0101, /* Schiit Hel */
0 commit comments