Home
last modified time | relevance | path

Searched refs:sndbuf_dispose (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dfeeder.c420 sndbuf_dispose(src, buffer, l); in feed_root()
440 sndbuf_dispose(src, buffer + offset, l); in feed_root()
445 sndbuf_dispose(src, buffer, l); in feed_root()
453 sndbuf_dispose(src, buffer, l); in feed_root()
H A Dbuffer.h114 int sndbuf_dispose(struct snd_dbuf *b, u_int8_t *to, unsigned int count);
H A Dfeeder_mixer.c188 sndbuf_dispose(bs, NULL, sndbuf_getready(bs)); in feed_mixer_rec()
H A Dchannel.c368 sndbuf_dispose(b, NULL, amt); in chn_dmaupdate()
513 sndbuf_dispose(bs, NULL, sndbuf_getready(bs)); in chn_rdfeed()
522 sndbuf_dispose(b, NULL, amt); in chn_rdfeed()
586 sndbuf_dispose(bs, NULL, t); in chn_read()
H A Dbuffer.c623 sndbuf_dispose(struct snd_dbuf *b, u_int8_t *to, unsigned int count) in sndbuf_dispose() function
H A Ddsp.c1547 sndbuf_dispose(bs, bs->shadbuf, sndbuf_getready(bs)); in dsp_ioctl()