aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/stream.h')
-rw-r--r--sound/usb/stream.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/usb/stream.h b/sound/usb/stream.h
new file mode 100644
index 00000000000..c97f679fc84
--- /dev/null
+++ b/sound/usb/stream.h
@@ -0,0 +1,12 @@
1#ifndef __USBAUDIO_STREAM_H
2#define __USBAUDIO_STREAM_H
3
4int snd_usb_parse_audio_interface(struct snd_usb_audio *chip,
5 int iface_no);
6
7int snd_usb_add_audio_stream(struct snd_usb_audio *chip,
8 int stream,
9 struct audioformat *fp);
10
11#endif /* __USBAUDIO_STREAM_H */
12