HomeSort by: relevance | last modified time | path
    Searched refs:auring_get_contig_free (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/audio/
audiodef.h 454 auring_get_contig_free(const audio_ring_t *ring) function in typeref:typename:int
audio.c 4903 KASSERTMSG(auring_get_contig_free(ring) >= n,
4904 "auring_get_contig_free(ring)=%d n=%d",
4905 auring_get_contig_free(ring), n);
4935 dstcount = auring_get_contig_free(stage->dst);
4980 count = auring_get_contig_free(&track->outbuf);
4996 KASSERT(auring_get_contig_free(input) > 0);
5175 bytes1 = auring_get_contig_free(usrbuf);
5589 KASSERTMSG(auring_get_contig_free(&mixer->hwbuf) >= frame_count,
5590 "auring_get_contig_free()=%d frame_count=%d",
5591 auring_get_contig_free(&mixer->hwbuf), frame_count)
    [all...]

Completed in 16 milliseconds