aboutsummaryrefslogtreecommitdiff
path: root/sound/usb/format.h
diff options
context:
space:
mode:
authorMeizu OpenSource <patchwork@meizu.com>2016-08-15 10:19:42 +0800
committerMeizu OpenSource <patchwork@meizu.com>2016-08-15 10:19:42 +0800
commitd2e1446d81725c351dc73a03b397ce043fb18452 (patch)
tree4dbc616b7f92aea39cd697a9084205ddb805e344 /sound/usb/format.h
first commit
Diffstat (limited to 'sound/usb/format.h')
-rw-r--r--sound/usb/format.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/usb/format.h b/sound/usb/format.h
new file mode 100644
index 000000000..6f315226f
--- /dev/null
+++ b/sound/usb/format.h
@@ -0,0 +1,9 @@
+#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, struct usb_host_interface *iface);
+
+#endif /* __USBAUDIO_FORMAT_H */