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 a2ed0a4 commit a969210Copy full SHA for a969210
sound/usb/quirks.c
@@ -2031,6 +2031,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
2031
QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_IGNORE_CTL_ERROR),
2032
DEVICE_FLG(0x0499, 0x1509, /* Steinberg UR22 */
2033
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
2034
+ DEVICE_FLG(0x0499, 0x3108, /* Yamaha YIT-W12TX */
2035
+ QUIRK_FLAG_GET_SAMPLE_RATE),
2036
DEVICE_FLG(0x04d8, 0xfeea, /* Benchmark DAC1 Pre */
2037
QUIRK_FLAG_GET_SAMPLE_RATE),
2038
DEVICE_FLG(0x04e8, 0xa051, /* Samsung USBC Headset (AKG) */
0 commit comments