Searched refs:sndbuf_acquire (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/sys/dev/sound/pcm/ |
| HD | feeder_mixer.c | 201 sndbuf_acquire(b, b->tmpbuf, cnt); in feed_mixer_rec() 245 sndbuf_acquire(bs, bs->tmpbuf, cnt); in feed_mixer_rec() 329 sndbuf_acquire(ch->bufsoft, NULL, in feed_mixer_feed()
|
| HD | buffer.h | 119 int sndbuf_acquire(struct snd_dbuf *b, u_int8_t *from, unsigned int count);
|
| HD | buffer.c | 616 sndbuf_acquire(struct snd_dbuf *b, u_int8_t *from, unsigned int count) in sndbuf_acquire() function 713 sndbuf_acquire(to, to->tmpbuf, cnt); in sndbuf_feed()
|
| HD | channel.c | 371 sndbuf_acquire(b, NULL, amt); in chn_dmaupdate() 394 sndbuf_acquire(bs, NULL, sndbuf_getfree(bs)); in chn_wrfeed() 479 sndbuf_acquire(bs, NULL, t); in chn_write() 809 sndbuf_acquire(bs, NULL, threshold); in chn_sync() 867 sndbuf_acquire(bs, NULL, threshold); in chn_sync()
|
| HD | dsp.c | 1944 sndbuf_acquire(bs, bs->shadbuf, bs->sl); in dsp_ioctl()
|