fcp.h 174 B

1234567
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __USBAUDIO_FCP_H
  3. #define __USBAUDIO_FCP_H
  4. int snd_fcp_init(struct usb_mixer_interface *mixer);
  5. #endif /* __USBAUDIO_FCP_H */