Searched refs:sndbuf_acquire (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_mixer.c201 sndbuf_acquire(b, b->tmpbuf, cnt);
245 sndbuf_acquire(bs, bs->tmpbuf, cnt);
329 sndbuf_acquire(ch->bufsoft, NULL,
H A Dbuffer.h119 int sndbuf_acquire(struct snd_dbuf *b, u_int8_t *from, unsigned int count);
H A Dbuffer.c616 sndbuf_acquire(struct snd_dbuf *b, u_int8_t *from, unsigned int count) function
713 sndbuf_acquire(to, to->tmpbuf, cnt);
H A Dchannel.c371 sndbuf_acquire(b, NULL, amt);
394 sndbuf_acquire(bs, NULL, sndbuf_getfree(bs));
479 sndbuf_acquire(bs, NULL, t);
809 sndbuf_acquire(bs, NULL, threshold);
867 sndbuf_acquire(bs, NULL, threshold);
H A Ddsp.c1944 sndbuf_acquire(bs, bs->shadbuf, bs->sl);

Completed in 212 milliseconds