diff options
| author | Geoffrey D. Bennett <g@b4.vu> | 2026-06-23 02:59:04 +0930 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-06-23 11:46:02 +0200 |
| commit | e0ecb324246be9cf3a0689346a658e48a38546b2 (patch) | |
| tree | ee34d7fe414b8bacda6d5c1d47bb0b2a7b9084e0 /sound | |
| parent | 493765b8e922a506e09e22e80b6cc9ff05e8295b (diff) | |
| download | ath-e0ecb324246be9cf3a0689346a658e48a38546b2.tar.gz | |
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>
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/usb/mixer_quirks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/mixer_quirks.c b/sound/usb/mixer_quirks.c index 628f841b04aae..f6f2bc8e97a7c 100644 --- a/sound/usb/mixer_quirks.c +++ b/sound/usb/mixer_quirks.c @@ -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; |
