Skip to content

Commit 2f01a61

Browse files
committed
ALSA: usb-audio: Add quirk entry for M-Audio Micro
M-Audio Micro (0762:201a) defines the descriptor as vendor-specific, while the content seems class-compliant. Just overriding the probe makes the device working. Reported-by: Ash Logan <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent fdcc4c2 commit 2f01a61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sound/usb/quirks-table.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2049,6 +2049,10 @@ YAMAHA_DEVICE(0x7010, "UB99"),
20492049
}
20502050
}
20512051
},
2052+
{
2053+
/* M-Audio Micro */
2054+
USB_DEVICE_VENDOR_SPEC(0x0763, 0x201a),
2055+
},
20522056
{
20532057
USB_DEVICE_VENDOR_SPEC(0x0763, 0x2030),
20542058
.driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) {

0 commit comments

Comments
 (0)