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 50db91f commit c84bd6cCopy full SHA for c84bd6c
sound/usb/quirks.c
@@ -2325,6 +2325,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
2325
QUIRK_FLAG_DSD_RAW),
2326
DEVICE_FLG(0x2522, 0x0007, /* LH Labs Geek Out HD Audio 1V5 */
2327
QUIRK_FLAG_SET_IFACE_FIRST),
2328
+ DEVICE_FLG(0x262a, 0x9302, /* ddHiFi TC44C */
2329
+ QUIRK_FLAG_DSD_RAW),
2330
DEVICE_FLG(0x2708, 0x0002, /* Audient iD14 */
2331
QUIRK_FLAG_IGNORE_CTL_ERROR),
2332
DEVICE_FLG(0x2912, 0x30c8, /* Audioengine D1 */
0 commit comments