Revision 730a78c741df4eaa24589015191f03c2d1240091 authored by David Sterba on 20 January 2015, 18:05:37 UTC, committed by Chris Mason on 22 January 2015, 02:02:04 UTC
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
1 parent 9ee49a0
Raw File
format.h
#ifndef __USBAUDIO_FORMAT_H
#define __USBAUDIO_FORMAT_H

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

#endif /*  __USBAUDIO_FORMAT_H */
back to top