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 a2d57eb commit 5f3d9e8Copy full SHA for 5f3d9e8
sound/usb/quirks.c
@@ -1903,6 +1903,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
1903
QUIRK_FLAG_SHARE_MEDIA_DEVICE | QUIRK_FLAG_ALIGN_TRANSFER),
1904
DEVICE_FLG(0x21b4, 0x0081, /* AudioQuest DragonFly */
1905
QUIRK_FLAG_GET_SAMPLE_RATE),
1906
+ DEVICE_FLG(0x2522, 0x0007, /* LH Labs Geek Out HD Audio 1V5 */
1907
+ QUIRK_FLAG_SET_IFACE_FIRST),
1908
DEVICE_FLG(0x2708, 0x0002, /* Audient iD14 */
1909
QUIRK_FLAG_IGNORE_CTL_ERROR),
1910
DEVICE_FLG(0x2912, 0x30c8, /* Audioengine D1 */
0 commit comments