Skip to content

Commit f025ac8

Browse files
DaggeSmetiwai
authored andcommitted
ALSA: usb-audio: Exclude Scarlett Solo 1st Gen from SKIP_IFACE_SETUP
Same issue that the Scarlett 2i2 1st Gen had: QUIRK_FLAG_SKIP_IFACE_SETUP causes distorted audio on the Scarlett Solo 1st Gen (1235:801c). Fixes: 38c3220 ("ALSA: usb-audio: Add QUIRK_FLAG_SKIP_IFACE_SETUP") Reported-by: Dag Smedberg <dag@dsmedberg.se> Tested-by: Dag Smedberg <dag@dsmedberg.se> Signed-off-by: Dag Smedberg <dag@dsmedberg.se> Link: https://patch.msgid.link/20260329170420.4122-1-dag@dsmedberg.se Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 45424e8 commit f025ac8

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
@@ -2435,6 +2435,7 @@ static const struct usb_audio_quirk_flags_table quirk_flags_table[] = {
24352435
QUIRK_FLAG_VALIDATE_RATES),
24362436
DEVICE_FLG(0x1235, 0x8006, 0), /* Focusrite Scarlett 2i2 1st Gen */
24372437
DEVICE_FLG(0x1235, 0x800a, 0), /* Focusrite Scarlett 2i4 1st Gen */
2438+
DEVICE_FLG(0x1235, 0x801c, 0), /* Focusrite Scarlett Solo 1st Gen */
24382439
VENDOR_FLG(0x1235, /* Focusrite Novation */
24392440
QUIRK_FLAG_SKIP_CLOCK_SELECTOR |
24402441
QUIRK_FLAG_SKIP_IFACE_SETUP),

0 commit comments

Comments
 (0)