Searched refs:sndbuf_gettotal (Results 1 – 4 of 4) sorted by relevance
109 u_int64_t sndbuf_gettotal(struct snd_dbuf *b);
1277 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()
547 sndbuf_gettotal(struct snd_dbuf *b) in sndbuf_gettotal() function
280 delta = sndbuf_gettotal(bs) - sndbuf_getprevtotal(bs); in chn_polltrigger()