blob: 35740d5ef268bc74f53f76c0e18ba0caaef3237e [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Daniel Macke5779992010-03-04 19:46:13 +01002#ifndef __USBAUDIO_PCM_H
3#define __USBAUDIO_PCM_H
4
Pierre-Louis Bossart294c4fb2011-09-06 19:15:34 -05005snd_pcm_uframes_t snd_usb_pcm_delay(struct snd_usb_substream *subs,
6 unsigned int rate);
7
Daniel Macke5779992010-03-04 19:46:13 +01008void snd_usb_set_pcm_ops(struct snd_pcm *pcm, int stream);
9
Daniel Mack767d75a2010-03-04 19:46:17 +010010int snd_usb_init_pitch(struct snd_usb_audio *chip, int iface,
Daniel Macke5779992010-03-04 19:46:13 +010011 struct usb_host_interface *alts,
12 struct audioformat *fmt);
13
Daniel Macke5779992010-03-04 19:46:13 +010014
15#endif /* __USBAUDIO_PCM_H */