]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ALSA: FCP: Add Focusrite ISA C8X support
authorGeoffrey D. Bennett <g@b4.vu>
Mon, 22 Jun 2026 17:29:04 +0000 (02:59 +0930)
committerTakashi Iwai <tiwai@suse.de>
Tue, 23 Jun 2026 09:46:02 +0000 (11:46 +0200)
Add USB PID 0x821e to the list of devices handled by the Focusrite
Control Protocol (FCP) driver.

Cc: stable@vger.kernel.org
Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
Link: https://patch.msgid.link/ajlw4HK+2RSW3nUl@m.b4.vu
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer_quirks.c

index 628f841b04aaed07d1b113df4b64fa3e16c10af0..f6f2bc8e97a7c7850f7073cc84e9382bc7f807fd 100644 (file)
@@ -4526,6 +4526,7 @@ int snd_usb_mixer_apply_create_quirk(struct usb_mixer_interface *mixer)
        case USB_ID(0x1235, 0x821b): /* Focusrite Scarlett 16i16 4th Gen */
        case USB_ID(0x1235, 0x821c): /* Focusrite Scarlett 18i16 4th Gen */
        case USB_ID(0x1235, 0x821d): /* Focusrite Scarlett 18i20 4th Gen */
+       case USB_ID(0x1235, 0x821e): /* Focusrite ISA C8X */
                err = snd_fcp_init(mixer);
                break;