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

/freebsd-10.3-release/sys/dev/sound/pcm/
H A Dchannel.h280 int chn_getptr(struct pcm_channel *c);
H A Dchannel.c367 hwptr = chn_getptr(c);
2198 chn_getptr(struct pcm_channel *c) function
H A Ddsp.c1975 tmp = (sndbuf_getsize(b) + chn_getptr(chn) - sndbuf_gethwptr(b)) % sndbuf_getsize(b);

Completed in 61 milliseconds