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

  /src/sys/dev/audio/
audio.c 4927 int srccount; local in function:audio_apply_stage
4934 srccount = auring_get_contig_used(&stage->srcbuf);
4938 KASSERTMSG(srccount > 0, "freq but srccount=%d", srccount);
4941 count = uimin(srccount, dstcount);
audio.c 4927 int srccount; local in function:audio_apply_stage
4934 srccount = auring_get_contig_used(&stage->srcbuf);
4938 KASSERTMSG(srccount > 0, "freq but srccount=%d", srccount);
4941 count = uimin(srccount, dstcount);

Completed in 88 milliseconds