xref: /openbmc/linux/sound/usb/format.h (revision 50d1e9302bab7d35dae7146f8c468e0943015616)
1 #ifndef __USBAUDIO_FORMAT_H
2 #define __USBAUDIO_FORMAT_H
3 
4 int snd_usb_parse_audio_format(struct snd_usb_audio *chip, struct audioformat *fp,
5 			       int format, unsigned char *fmt, int stream,
6 			       struct usb_host_interface *iface);
7 
8 #endif /*  __USBAUDIO_FORMAT_H */
9