Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / sound / usb / stream.h
blobc97f679fc84f7ce4e7e33c6576f73bd0fa3c4ff1
1 #ifndef __USBAUDIO_STREAM_H
2 #define __USBAUDIO_STREAM_H
4 int snd_usb_parse_audio_interface(struct snd_usb_audio *chip,
5 int iface_no);
7 int snd_usb_add_audio_stream(struct snd_usb_audio *chip,
8 int stream,
9 struct audioformat *fp);
11 #endif /* __USBAUDIO_STREAM_H */