Home
last modified time | relevance | path

Searched refs:sndbuf_gettotal (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dbuffer.h109 u_int64_t sndbuf_gettotal(struct snd_dbuf *b);
H A Ddsp.c1277 a->bytes = sndbuf_gettotal(bs); in dsp_ioctl()
1294 a->bytes = sndbuf_gettotal(bs); in dsp_ioctl()
1581 oc->samples = sndbuf_gettotal(bs) / sndbuf_getalign(bs); in dsp_ioctl()
H A Dbuffer.c547 sndbuf_gettotal(struct snd_dbuf *b) in sndbuf_gettotal() function
H A Dchannel.c280 delta = sndbuf_gettotal(bs) - sndbuf_getprevtotal(bs); in chn_polltrigger()