Blame view
sound/usb/pcm.h
282 Bytes
e5779998b
|
1 2 3 4 |
#ifndef __USBAUDIO_PCM_H #define __USBAUDIO_PCM_H void snd_usb_set_pcm_ops(struct snd_pcm *pcm, int stream); |
767d75ad1
|
5 |
int snd_usb_init_pitch(struct snd_usb_audio *chip, int iface, |
e5779998b
|
6 7 |
struct usb_host_interface *alts, struct audioformat *fmt); |
e5779998b
|
8 9 |
#endif /* __USBAUDIO_PCM_H */ |