stream.h 286 B

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