mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
12 lines
297 B
C
12 lines
297 B
C
![]() |
#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 */
|