Searched refs:sndbuf_dispose (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/sound/pcm/ |
| H A D | feeder.c | 321 sndbuf_dispose(src, buffer, l); in feed_root() 339 sndbuf_dispose(src, buffer + offset, l); in feed_root() 344 sndbuf_dispose(src, buffer, l); in feed_root() 350 sndbuf_dispose(src, buffer, l); in feed_root()
|
| H A D | buffer.h | 93 int sndbuf_dispose(struct snd_dbuf *b, u_int8_t *to, unsigned int count);
|
| H A D | feeder_mixer.c | 176 sndbuf_dispose(bs, NULL, sndbuf_getready(bs)); in feed_mixer_rec()
|
| H A D | channel.c | 371 sndbuf_dispose(b, NULL, amt); in chn_dmaupdate() 502 sndbuf_dispose(bs, NULL, sndbuf_getready(bs)); in chn_rdfeed() 511 sndbuf_dispose(b, NULL, amt); in chn_rdfeed() 565 sndbuf_dispose(bs, NULL, sz); in chn_read()
|
| H A D | buffer.c | 485 sndbuf_dispose(struct snd_dbuf *b, u_int8_t *to, unsigned int count) in sndbuf_dispose() function
|
| H A D | dsp.c | 1602 sndbuf_dispose(bs, bs->shadbuf, sndbuf_getready(bs)); in dsp_ioctl()
|