Home | Sort by: relevance | last modified time | path |
/src/sys/dev/audio/ | |
audio.c | 5014 int bytes1; local in function:audio_track_play 5017 bytes1 = auring_get_contig_used(usrbuf); 5018 KASSERTMSG(bytes1 % framesize == 0, 5019 "bytes1=%d framesize=%d", bytes1, framesize); 5022 bytes1); 5023 auring_push(input, bytes1 / framesize); 5024 auring_take(usrbuf, bytes1); 5026 bytes2 = bytes - bytes1; 5172 int bytes1; local in function:audio_track_record [all...] |
audio.c | 5014 int bytes1; local in function:audio_track_play 5017 bytes1 = auring_get_contig_used(usrbuf); 5018 KASSERTMSG(bytes1 % framesize == 0, 5019 "bytes1=%d framesize=%d", bytes1, framesize); 5022 bytes1); 5023 auring_push(input, bytes1 / framesize); 5024 auring_take(usrbuf, bytes1); 5026 bytes2 = bytes - bytes1; 5172 int bytes1; local in function:audio_track_record [all...] |