aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/endpoint.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2010-04-16 04:37:41 -0400
committerJaroslav Kysela <perex@perex.cz>2010-04-16 04:37:41 -0400
commitf09d045e2a61d2fdae3d0127208f18c9f44acf80 (patch)
treeedbe84444ac4e6f1d52aa87aef2e2e7d008fcb16 /sound/usb/endpoint.h
parentdc57da3875f527b1cc195ea4ce5bd32e1e68433d (diff)
parent27762b2ce16d5c6f7bc8ab1aad1b9179076f997a (diff)
Merge branch 'topic/usb' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into devel
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 000000000000..64dd0db023b2
--- /dev/null
+++ b/sound/usb/endpoint.h
@@ -0,0 +1,11 @@
1#ifndef __USBAUDIO_ENDPOINT_H
2#define __USBAUDIO_ENDPOINT_H
3
4int snd_usb_parse_audio_endpoints(struct snd_usb_audio *chip,
5 int iface_no);
6
7int snd_usb_add_audio_endpoint(struct snd_usb_audio *chip,
8 int stream,
9 struct audioformat *fp);
10
11#endif /* __USBAUDIO_ENDPOINT_H */