Home
last modified time | relevance | path

Searched refs:snd_clone (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/sound/
Dclone.h33 struct snd_clone;
103 struct snd_clone *snd_clone_create(int, int, int, uint32_t);
104 int snd_clone_busy(struct snd_clone *);
105 int snd_clone_enable(struct snd_clone *);
106 int snd_clone_disable(struct snd_clone *);
107 int snd_clone_getsize(struct snd_clone *);
108 int snd_clone_getmaxunit(struct snd_clone *);
109 int snd_clone_setmaxunit(struct snd_clone *, int);
110 int snd_clone_getdeadline(struct snd_clone *);
111 int snd_clone_setdeadline(struct snd_clone *, int);
[all …]
Dclone.c71 struct snd_clone *parent;
80 struct snd_clone { struct
167 struct snd_clone *
170 struct snd_clone *c; in snd_clone_create()
196 snd_clone_busy(struct snd_clone *c) in snd_clone_busy()
219 snd_clone_enable(struct snd_clone *c) in snd_clone_enable()
232 snd_clone_disable(struct snd_clone *c) in snd_clone_disable()
248 snd_clone_getsize(struct snd_clone *c) in snd_clone_getsize()
256 snd_clone_getmaxunit(struct snd_clone *c) in snd_clone_getmaxunit()
264 snd_clone_setmaxunit(struct snd_clone *c, int maxunit) in snd_clone_setmaxunit()
[all …]
/freebsd-10-stable/sys/dev/sound/pcm/
Dsound.h400 struct snd_clone *clones;