aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb/format.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-05-31 06:07:15 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-05-31 06:07:15 -0400
commite37c83c06c2690157a989df40dc99a6b61c9ea15 (patch)
tree024dfb8b2c9abeec9ca7cb0c0136c276d9aacc91 /sound/usb/format.h
parentce1f7d30766f6549db6fa0b9e595e0d26a5b7d9a (diff)
parent67a3e12b05e055c0415c556a315a3d3eb637e29e (diff)
Merge commit 'v2.6.35-rc1' into for-2.6.36
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 000000000000..387924f0af85
--- /dev/null
+++ b/sound/usb/format.h
@@ -0,0 +1,9 @@
1#ifndef __USBAUDIO_FORMAT_H
2#define __USBAUDIO_FORMAT_H
3
4int snd_usb_parse_audio_format(struct snd_usb_audio *chip,
5 struct audioformat *fp, int format,
6 struct uac_format_type_i_continuous_descriptor *fmt,
7 int stream, struct usb_host_interface *iface);
8
9#endif /* __USBAUDIO_FORMAT_H */