Searched refs:sndbuf_getready (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dchannel.c282 delta = sndbuf_getready(bs);
363 amt = min(delta, sndbuf_getready(b));
378 sndbuf_getready(b), sndbuf_getfree(b));
399 sndbuf_getready(b)));
407 if (sndbuf_getready(b) < want)
528 sndbuf_dispose(bs, NULL, sndbuf_getready(bs));
534 amt = sndbuf_getready(b);
540 if (sndbuf_getready(bs) > 0)
602 sz = min(buf->uio_resid, sndbuf_getready(bs));
687 j = (i > 0) ? 1 : sndbuf_getready(
[all...]
H A Dbuffer.h109 unsigned int sndbuf_getready(struct snd_dbuf *b);
H A Dsndstat.h116 sndbuf_getready(c->bufsoft), \
H A Dbuffer.c502 sndbuf_getready(struct snd_dbuf *b) function
657 KASSERT(count <= sndbuf_getready(b), ("%s: count %d > ready %d", __func__, count, sndbuf_getready(b)));
H A Ddsp.c1326 *arg_i = sndbuf_getready(rdch->bufsoft);
1634 a->bytes = sndbuf_getready(bs);
1781 *arg_i = sndbuf_getready(bs);
1918 if ((bs->shadbuf != NULL) && (sndbuf_getready(bs) > 0)) {
1919 bs->sl = sndbuf_getready(bs);
1920 sndbuf_dispose(bs, bs->shadbuf, sndbuf_getready(bs));
1980 oc->fifo_samples = (sndbuf_getready(b) - tmp) / sndbuf_getalign(b);
1983 oc->fifo_samples = sndbuf_getready(bs) / sndbuf_getalign(bs);
H A Dfeeder.c466 l = min(count, sndbuf_getready(src));
H A Dfeeder_mixer.c234 sndbuf_dispose(bs, NULL, sndbuf_getready(bs));
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c420 if (sndbuf_getready(ch->buffer) < VCHIQ_AUDIO_PACKET_SIZE) {
537 if (sndbuf_getready(ch->buffer) == 0)
540 count = sndbuf_getready(ch->buffer);
/freebsd-11-stable/sys/dev/sound/pci/
H A Dhdspe-pcm.c251 length = sndbuf_getready(ch->buffer) /
H A Denvy24.c1411 length = sndbuf_getready(ch->buffer) / 8;
1444 length = sndbuf_getready(ch->buffer) / 4;
1486 length = sndbuf_getready(ch->buffer) / 2;
H A Denvy24ht.c1320 length = sndbuf_getready(ch->buffer) / 8;
1353 length = sndbuf_getready(ch->buffer) / 4;
1395 length = sndbuf_getready(ch->buffer) / 2;

Completed in 228 milliseconds