mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
8 lines
208 B
C
8 lines
208 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#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 */
|