endpoint.h 297 B

123456789101112
  1. #ifndef __USBAUDIO_ENDPOINT_H
  2. #define __USBAUDIO_ENDPOINT_H
  3. int snd_usb_parse_audio_endpoints(struct snd_usb_audio *chip,
  4. int iface_no);
  5. int snd_usb_add_audio_endpoint(struct snd_usb_audio *chip,
  6. int stream,
  7. struct audioformat *fp);
  8. #endif /* __USBAUDIO_ENDPOINT_H */