Skip to content

Commit e0ecb32

Browse files
geoffreybennetttiwai
authored andcommitted
ALSA: FCP: Add Focusrite ISA C8X support
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>
1 parent 493765b commit e0ecb32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/usb/mixer_quirks.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4526,6 +4526,7 @@ int snd_usb_mixer_apply_create_quirk(struct usb_mixer_interface *mixer)
45264526
case USB_ID(0x1235, 0x821b): /* Focusrite Scarlett 16i16 4th Gen */
45274527
case USB_ID(0x1235, 0x821c): /* Focusrite Scarlett 18i16 4th Gen */
45284528
case USB_ID(0x1235, 0x821d): /* Focusrite Scarlett 18i20 4th Gen */
4529+
case USB_ID(0x1235, 0x821e): /* Focusrite ISA C8X */
45294530
err = snd_fcp_init(mixer);
45304531
break;
45314532

0 commit comments

Comments
 (0)