xref: /linux/sound/usb/fcp.h (revision e31e3f6c0ce473f7ce1e70d54ac8e3ed190509f8)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __USBAUDIO_FCP_H
3 #define __USBAUDIO_FCP_H
4 
5 int snd_fcp_init(struct usb_mixer_interface *mixer);
6 
7 #endif /* __USBAUDIO_FCP_H */
8