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

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dvchan.c840 if (pcm_chn_remove(d, ch) == 0) {
890 ret = pcm_chn_remove(d, c);
H A Dsound.h328 int pcm_chn_remove(struct snddev_info *d, struct pcm_channel *ch);
H A Dsound.c648 pcm_chn_remove(struct snddev_info *d, struct pcm_channel *ch) function
730 error = pcm_chn_remove(d, ch);

Completed in 106 milliseconds