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

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dchannel.h262 int chn_sync(struct pcm_channel *c, int threshold);
H A Dchannel.c756 * chn_sync waits until the space in the given channel goes above
761 chn_sync(struct pcm_channel *c, int threshold) function
966 chn_sync(c, 0);
H A Ddsp.c1413 /* chn_sync may sleep */
1416 chn_sync(wrch, 0);

Completed in 70 milliseconds