diff options
author | Geoffrey D. Bennett <g@b4.vu> | 2019-07-29 00:42:45 +0930 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-07-28 17:47:48 +0200 |
commit | 9e4d5c1be21f0c00e747e92186784f3298309b3e (patch) | |
tree | d8d09dd93b1cdb6ae6353c8ffcc6a8e457b48000 /sound/usb/Makefile | |
parent | 2127c01b7f63b06a21559f56a8c81a3c6535bd1a (diff) |
ALSA: usb-audio: Scarlett Gen 2 mixer interface
Add mixer quirk for the Focusrite Scarlett 6i6, 18i8, and 18i20 Gen 2
audio interfaces. Although the interfaces are USB compliant,
additional input/output level controls and hardware routing/mixing
functionality are available using proprietary USB requests.
Signed-off-by: Geoffrey D. Bennett <g@b4.vu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/Makefile')
-rw-r--r-- | sound/usb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/Makefile b/sound/usb/Makefile index e1ce257ab705..f4b7384caa9d 100644 --- a/sound/usb/Makefile +++ b/sound/usb/Makefile @@ -11,6 +11,7 @@ snd-usb-audio-objs := card.o \ mixer.o \ mixer_quirks.o \ mixer_scarlett.o \ + mixer_scarlett_gen2.o \ mixer_us16x08.o \ pcm.o \ power.o \ |