Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dfeeder_mixer.c155 sndbuf_acquire(b, b->tmpbuf, cnt); in feed_mixer_rec()
199 sndbuf_acquire(bs, bs->tmpbuf, cnt); in feed_mixer_rec()
283 sndbuf_acquire(ch->bufsoft, NULL, in feed_mixer_feed()
H A Dbuffer.h113 int sndbuf_acquire(struct snd_dbuf *b, u_int8_t *from, unsigned int count);
H A Dbuffer.c586 sndbuf_acquire(struct snd_dbuf *b, u_int8_t *from, unsigned int count) in sndbuf_acquire() function
683 sndbuf_acquire(to, to->tmpbuf, cnt); in sndbuf_feed()
H A Dchannel.c373 sndbuf_acquire(b, NULL, amt); in chn_dmaupdate()
396 sndbuf_acquire(bs, NULL, sndbuf_getfree(bs)); in chn_wrfeed()
464 sndbuf_acquire(bs, NULL, t); in chn_write()
778 sndbuf_acquire(bs, NULL, threshold); in chn_sync()
836 sndbuf_acquire(bs, NULL, threshold); in chn_sync()
H A Ddsp.c1571 sndbuf_acquire(bs, bs->shadbuf, bs->sl); in dsp_ioctl()