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

/freebsd-10.3-release/sys/dev/sound/pcm/
H A Dchannel.h260 int chn_sync(struct pcm_channel *c, int threshold);
H A Dchannel.c763 * chn_sync waits until the space in the given channel goes above
768 chn_sync(struct pcm_channel *c, int threshold) function
973 chn_sync(c, 0);
H A Ddsp.c1410 /* chn_sync may sleep */
1413 chn_sync(wrch, 0);

Completed in 101 milliseconds