mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
efc3d7d203
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>
8 lines
201 B
C
8 lines
201 B
C
/* 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 */
|