GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / sound / usb / endpoint.h
blob64dd0db023b2be99b268090dae9381d0fb05f289
1 #ifndef __USBAUDIO_ENDPOINT_H
2 #define __USBAUDIO_ENDPOINT_H
4 int snd_usb_parse_audio_endpoints(struct snd_usb_audio *chip,
5 int iface_no);
7 int snd_usb_add_audio_endpoint(struct snd_usb_audio *chip,
8 int stream,
9 struct audioformat *fp);
11 #endif /* __USBAUDIO_ENDPOINT_H */