]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - sound/usb/format.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[mirror_ubuntu-artful-kernel.git] / sound / usb / format.h
1 #ifndef __USBAUDIO_FORMAT_H
2 #define __USBAUDIO_FORMAT_H
3
4 int snd_usb_parse_audio_format(struct snd_usb_audio *chip,
5 struct audioformat *fp, int format,
6 struct uac_format_type_i_continuous_descriptor *fmt,
7 int stream, struct usb_host_interface *iface);
8
9 #endif /* __USBAUDIO_FORMAT_H */