]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - sound/usb/pcm.h
KVM: VMX: Cache IA32_DEBUGCTL in memory
[mirror_ubuntu-hirsute-kernel.git] / sound / usb / pcm.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
e5779998
DM
2#ifndef __USBAUDIO_PCM_H
3#define __USBAUDIO_PCM_H
4
294c4fb8
PLB
5snd_pcm_uframes_t snd_usb_pcm_delay(struct snd_usb_substream *subs,
6 unsigned int rate);
7
e5779998
DM
8void snd_usb_set_pcm_ops(struct snd_pcm *pcm, int stream);
9
767d75ad 10int snd_usb_init_pitch(struct snd_usb_audio *chip, int iface,
e5779998
DM
11 struct usb_host_interface *alts,
12 struct audioformat *fmt);
13
e5779998
DM
14
15#endif /* __USBAUDIO_PCM_H */