Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dchannel.h280 int chn_getptr(struct pcm_channel *c);
H A Dchannel.c386 hwptr = chn_getptr(c); in chn_dmaupdate()
2242 chn_getptr(struct pcm_channel *c) in chn_getptr() function
H A Ddsp.c1988 tmp = (sndbuf_getsize(b) + chn_getptr(chn) - sndbuf_gethwptr(b)) % sndbuf_getsize(b); in dsp_ioctl()