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

/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_mixer.c203 sndbuf_acquire(b, b->tmpbuf, cnt);
247 sndbuf_acquire(bs, bs->tmpbuf, cnt);
331 sndbuf_acquire(ch->bufsoft, NULL,
H A Dbuffer.h121 int sndbuf_acquire(struct snd_dbuf *b, u_int8_t *from, unsigned int count);
H A Dbuffer.c618 sndbuf_acquire(struct snd_dbuf *b, u_int8_t *from, unsigned int count) function
715 sndbuf_acquire(to, to->tmpbuf, cnt);
H A Dchannel.c378 sndbuf_acquire(b, NULL, amt);
401 sndbuf_acquire(bs, NULL, sndbuf_getfree(bs));
486 sndbuf_acquire(bs, NULL, t);
816 sndbuf_acquire(bs, NULL, threshold);
874 sndbuf_acquire(bs, NULL, threshold);
H A Ddsp.c1947 sndbuf_acquire(bs, bs->shadbuf, bs->sl);

Completed in 177 milliseconds