mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
7 lines
169 B
C
7 lines
169 B
C
|
#ifndef __USB_MIXER_SCARLETT_H
|
||
|
#define __USB_MIXER_SCARLETT_H
|
||
|
|
||
|
int snd_scarlett_controls_create(struct usb_mixer_interface *mixer);
|
||
|
|
||
|
#endif /* __USB_MIXER_SCARLETT_H */
|