Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/sound/pcm/
Dvchan.c838 if (pcm_chn_remove(d, ch) == 0) { in vchan_create()
888 ret = pcm_chn_remove(d, c); in vchan_destroy()
Dsound.h333 int pcm_chn_remove(struct snddev_info *d, struct pcm_channel *ch);
Dsound.c652 pcm_chn_remove(struct snddev_info *d, struct pcm_channel *ch) in pcm_chn_remove() function
734 error = pcm_chn_remove(d, ch); in pcm_killchan()