]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite devices
authorGeoffrey D. Bennett <g@b4.vu>
Fri, 20 Feb 2026 16:04:48 +0000 (02:34 +1030)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Feb 2026 08:57:09 +0000 (09:57 +0100)
commita8cc55bf81a45772cad44c83ea7bb0e98431094a
treef291800fe75e4a11baad7393e90a54cb9e7cd9c3
parent24d2d3c5f94007a5a0554065ab7349bb69e28bcb
ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite devices

Remove QUIRK_FLAG_VALIDATE_RATES for Focusrite. With the previous
commit, focusrite_valid_sample_rate() produces correct rate tables
without USB probing.

QUIRK_FLAG_VALIDATE_RATES sends SET_CUR requests for each rate (~25ms
each) and leaves the device at 192kHz. This is a problem because that
rate: 1) disables the internal mixer, so outputs are silent until an
application opens the PCM and sets a lower rate, and 2) the Air and
Safe modes get disabled.

Fixes: 5963e5262180 ("ALSA: usb-audio: Enable rate validation for Scarlett devices")
Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/09b9c012024c998c4ca14bd876ef0dce0d0b6101.1771594828.git.g@b4.vu
sound/usb/quirks.c