aboutsummaryrefslogtreecommitdiff
path: root/sound/usb/endpoint.h
blob: 64dd0db023b2be99b268090dae9381d0fb05f289 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __USBAUDIO_ENDPOINT_H
#define __USBAUDIO_ENDPOINT_H

int snd_usb_parse_audio_endpoints(struct snd_usb_audio *chip,
				  int iface_no);

int snd_usb_add_audio_endpoint(struct snd_usb_audio *chip,
			       int stream,
			       struct audioformat *fp);

#endif /* __USBAUDIO_ENDPOINT_H */