Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/sound/usb/mixer_scarlett2.h
26378 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __USB_MIXER_SCARLETT2_H
3
#define __USB_MIXER_SCARLETT2_H
4
5
int snd_scarlett2_init(struct usb_mixer_interface *mixer);
6
7
#endif /* __USB_MIXER_SCARLETT2_H */
8
9