Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.13 12 lines 286 B view raw
1#ifndef __USBAUDIO_STREAM_H 2#define __USBAUDIO_STREAM_H 3 4int snd_usb_parse_audio_interface(struct snd_usb_audio *chip, 5 int iface_no); 6 7int snd_usb_add_audio_stream(struct snd_usb_audio *chip, 8 int stream, 9 struct audioformat *fp); 10 11#endif /* __USBAUDIO_STREAM_H */ 12