Skip to content

Commit 0389869

Browse files
committed
ALSA: usb-audio: Re-add ScratchAmp quirk entries
At the code refactoring of USB-audio quirk handling, I assumed that the quirk entries of Stanton ScratchAmp devices were only about the device name, and moved them completely into the rename table. But it seems that the device requires the quirk entry so that it's probed by the driver itself. This re-adds back the quirk entries of ScratchAmp, but in a minimalistic manner. Fixes: 5436f59 ("ALSA: usb-audio: Move device rename and profile quirks to an internal table") Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent eb91c45 commit 0389869

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
@@ -2594,6 +2594,10 @@ YAMAHA_DEVICE(0x7010, "UB99"),
25942594
}
25952595
},
25962596

2597+
/* Stanton ScratchAmp */
2598+
{ USB_DEVICE(0x103d, 0x0100) },
2599+
{ USB_DEVICE(0x103d, 0x0101) },
2600+
25972601
/* Novation EMS devices */
25982602
{
25992603
USB_DEVICE_VENDOR_SPEC(0x1235, 0x0001),

0 commit comments

Comments
 (0)