c05564c4d8
Android 13
8 lines
208 B
C
Executable file
8 lines
208 B
C
Executable file
/* 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 */
|