Skip to content

Commit a969210

Browse files
belegdoltiwai
authored andcommitted
ALSA: usb-audio: Add a quirk for Yamaha YIT-W12TX transmitter
The device fails to initialize otherwise, giving the following error: [ 3676.671641] usb 2-1.1: 1:1: cannot get freq at ep 0x1 Signed-off-by: Julian Sikorski <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent a2ed0a4 commit a969210

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/usb/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,6 +2031,8 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
20312031
QUIRK_FLAG_CTL_MSG_DELAY_1M | QUIRK_FLAG_IGNORE_CTL_ERROR),
20322032
DEVICE_FLG(0x0499, 0x1509, /* Steinberg UR22 */
20332033
QUIRK_FLAG_GENERIC_IMPLICIT_FB),
2034+
DEVICE_FLG(0x0499, 0x3108, /* Yamaha YIT-W12TX */
2035+
QUIRK_FLAG_GET_SAMPLE_RATE),
20342036
DEVICE_FLG(0x04d8, 0xfeea, /* Benchmark DAC1 Pre */
20352037
QUIRK_FLAG_GET_SAMPLE_RATE),
20362038
DEVICE_FLG(0x04e8, 0xa051, /* Samsung USBC Headset (AKG) */

0 commit comments

Comments
 (0)