blob: 1c931b68f3b588d836682a817b6d5690477c025d [file] [log] [blame]
Daniel Macke5779992010-03-04 19:46:13 +01001#ifndef __USBAUDIO_PCM_H
2#define __USBAUDIO_PCM_H
3
4void snd_usb_set_pcm_ops(struct snd_pcm *pcm, int stream);
5
Daniel Mack767d75a2010-03-04 19:46:17 +01006int snd_usb_init_pitch(struct snd_usb_audio *chip, int iface,
Daniel Macke5779992010-03-04 19:46:13 +01007 struct usb_host_interface *alts,
8 struct audioformat *fmt);
9
Daniel Mack767d75a2010-03-04 19:46:17 +010010int snd_usb_init_sample_rate(struct snd_usb_audio *chip, int iface,
Daniel Macke5779992010-03-04 19:46:13 +010011 struct usb_host_interface *alts,
12 struct audioformat *fmt, int rate);
13
14#endif /* __USBAUDIO_PCM_H */