Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.7 7 lines 228 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __USB_MIXER_SCARLETT_GEN2_H 3#define __USB_MIXER_SCARLETT_GEN2_H 4 5int snd_scarlett_gen2_controls_create(struct usb_mixer_interface *mixer); 6 7#endif /* __USB_MIXER_SCARLETT_GEN2_H */