2010-03-05 02:46:13 +08:00
|
|
|
#ifndef __USBAUDIO_FORMAT_H
|
|
|
|
#define __USBAUDIO_FORMAT_H
|
|
|
|
|
2010-05-27 00:11:36 +08:00
|
|
|
int snd_usb_parse_audio_format(struct snd_usb_audio *chip,
|
2013-03-17 20:07:24 +08:00
|
|
|
struct audioformat *fp, unsigned int format,
|
2010-05-27 00:11:36 +08:00
|
|
|
struct uac_format_type_i_continuous_descriptor *fmt,
|
2013-02-01 04:39:17 +08:00
|
|
|
int stream);
|
2010-03-05 02:46:13 +08:00
|
|
|
|
|
|
|
#endif /* __USBAUDIO_FORMAT_H */
|