swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 authored by Linus Torvalds on 22 December 2012, 01:19:00 UTC
Linux 3.8-rc1
Tip revision: a49f0d1
format.h
#ifndef __USBAUDIO_FORMAT_H
#define __USBAUDIO_FORMAT_H

int snd_usb_parse_audio_format(struct snd_usb_audio *chip,
			       struct audioformat *fp, int format,
			       struct uac_format_type_i_continuous_descriptor *fmt,
			       int stream, struct usb_host_interface *iface);

#endif /*  __USBAUDIO_FORMAT_H */
back to top