mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 17:11:33 +00:00
8 lines
228 B
C
8 lines
228 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef __USB_MIXER_SCARLETT_GEN2_H
|
||
|
#define __USB_MIXER_SCARLETT_GEN2_H
|
||
|
|
||
|
int snd_scarlett_gen2_controls_create(struct usb_mixer_interface *mixer);
|
||
|
|
||
|
#endif /* __USB_MIXER_SCARLETT_GEN2_H */
|