summaryrefslogtreecommitdiff
path: root/sound/usb/mixer_scarlett2.h
diff options
context:
space:
mode:
authorGeoffrey D. Bennett <g@b4.vu>2023-10-26 21:01:28 +0300
committerTakashi Iwai <tiwai@suse.de>2023-10-27 12:22:59 +0300
commitefc3d7d20361cc59325a9f0525e079333b4459c0 (patch)
tree925121b07343c9c461023b6903e9ae3908fdda58 /sound/usb/mixer_scarlett2.h
parent76c121821a3128eb9d0183a525cf334beb9ccc47 (diff)
downloadlinux-efc3d7d20361cc59325a9f0525e079333b4459c0.tar.xz
ALSA: scarlett2: Rename scarlett_gen2 to scarlett2
This driver was originally developed for the Focusrite Scarlett Gen 2 series. Since then Focusrite have used a similar protocol for their Gen 3, Gen 4, Clarett USB, Clarett+, and Vocaster series. Let's call this common protocol the "Scarlett 2 Protocol" and rename the driver to scarlett2 to not imply that it is restricted to Gen 2 series devices. Signed-off-by: Geoffrey D. Bennett <g@b4.vu> Link: https://lore.kernel.org/r/e1ad7f69a1e20cdb39094164504389160c1a0a0b.1698342632.git.g@b4.vu Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/mixer_scarlett2.h')
-rw-r--r--sound/usb/mixer_scarlett2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/usb/mixer_scarlett2.h b/sound/usb/mixer_scarlett2.h
new file mode 100644
index 000000000000..d209362cf41a
--- /dev/null
+++ b/sound/usb/mixer_scarlett2.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __USB_MIXER_SCARLETT2_H
+#define __USB_MIXER_SCARLETT2_H
+
+int snd_scarlett2_init(struct usb_mixer_interface *mixer);
+
+#endif /* __USB_MIXER_SCARLETT2_H */