Searched refs:sndbuf_acquire (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/sound/pcm/ |
| H A D | feeder_mixer.c | 151 sndbuf_acquire(b, b->tmpbuf, cnt); in feed_mixer_rec() 187 sndbuf_acquire(bs, bs->tmpbuf, cnt); in feed_mixer_rec() 263 sndbuf_acquire(ch->bufsoft, NULL, in feed_mixer_feed()
|
| H A D | buffer.h | 92 int sndbuf_acquire(struct snd_dbuf *b, u_int8_t *from, unsigned int count);
|
| H A D | buffer.c | 448 sndbuf_acquire(struct snd_dbuf *b, u_int8_t *from, unsigned int count) in sndbuf_acquire() function 527 sndbuf_acquire(to, to->tmpbuf, cnt); in sndbuf_feed()
|
| H A D | channel.c | 376 sndbuf_acquire(b, NULL, amt); in chn_dmaupdate() 399 sndbuf_acquire(bs, NULL, sndbuf_getfree(bs)); in chn_wrfeed() 456 sndbuf_acquire(bs, NULL, sz); in chn_write() 738 sndbuf_acquire(bs, NULL, threshold); in chn_sync() 796 sndbuf_acquire(bs, NULL, threshold); in chn_sync()
|
| H A D | dsp.c | 1629 sndbuf_acquire(bs, bs->shadbuf, bs->sl); in dsp_ioctl()
|