Skip to content

Commit 990a8b0

Browse files
geoffreybennetttiwai
authored andcommitted
ALSA: usb-audio: Exclude Scarlett 2i4 1st Gen from SKIP_IFACE_SETUP
Same issue that the Scarlett 2i2 1st Gen had: QUIRK_FLAG_SKIP_IFACE_SETUP causes distorted/flanging audio on the Scarlett 2i4 1st Gen (1235:800a). Fixes: 38c3220 ("ALSA: usb-audio: Add QUIRK_FLAG_SKIP_IFACE_SETUP") Reported-by: dcferreira [geoffreybennett/linux-fcp#54] Signed-off-by: Geoffrey D. Bennett <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 2f388b4 commit 990a8b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/usb/quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,6 +2430,7 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
24302430
VENDOR_FLG(0x07fd, /* MOTU */
24312431
QUIRK_FLAG_VALIDATE_RATES),
24322432
DEVICE_FLG(0x1235, 0x8006, 0), /* Focusrite Scarlett 2i2 1st Gen */
2433+
DEVICE_FLG(0x1235, 0x800a, 0), /* Focusrite Scarlett 2i4 1st Gen */
24332434
VENDOR_FLG(0x1235, /* Focusrite Novation */
24342435
QUIRK_FLAG_SKIP_CLOCK_SELECTOR |
24352436
QUIRK_FLAG_SKIP_IFACE_SETUP),

0 commit comments

Comments
 (0)