summaryrefslogtreecommitdiff
path: root/sound/usb/endpoint.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-05-20 09:59:29 (GMT)
committerTakashi Iwai <tiwai@suse.de>2010-05-20 09:59:29 (GMT)
commit5e8aa85253513b9c1ade8bd71dc341218a752a65 (patch)
tree84240b7f72fefb805c78300de0ae23b7b96bf5c2 /sound/usb/endpoint.h
parent7bd9db83087aecef8279c0b8b9dfef4db4a8fc3c (diff)
parent550a8b691ca67761bbf382d98fbd81d215f1d7f0 (diff)
downloadlinux-fsl-qoriq-5e8aa85253513b9c1ade8bd71dc341218a752a65.tar.xz
Merge branch 'topic/misc' into for-linus
Diffstat (limited to 'sound/usb/endpoint.h')
-rw-r--r--sound/usb/endpoint.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/usb/endpoint.h b/sound/usb/endpoint.h
new file mode 100644
index 0000000..64dd0db
--- /dev/null
+++ b/sound/usb/endpoint.h
@@ -0,0 +1,11 @@
+#ifndef __USBAUDIO_ENDPOINT_H
+#define __USBAUDIO_ENDPOINT_H
+
+int snd_usb_parse_audio_endpoints(struct snd_usb_audio *chip,
+ int iface_no);
+
+int snd_usb_add_audio_endpoint(struct snd_usb_audio *chip,
+ int stream,
+ struct audioformat *fp);
+
+#endif /* __USBAUDIO_ENDPOINT_H */