Home | Sort by: relevance | last modified time | path |
/src/sys/dev/audio/ | |
audio.c | 5015 int bytes2; local in function:audio_track_play 5026 bytes2 = bytes - bytes1; 5029 bytes2); 5030 auring_push(input, bytes2 / framesize); 5031 auring_take(usrbuf, bytes2); 5173 int bytes2; local in function:audio_track_record 5184 bytes2 = bytes - bytes1; 5187 bytes2); 5188 auring_push(usrbuf, bytes2); 5189 auring_take(outbuf, bytes2 / framesize) [all...] |
audio.c | 5015 int bytes2; local in function:audio_track_play 5026 bytes2 = bytes - bytes1; 5029 bytes2); 5030 auring_push(input, bytes2 / framesize); 5031 auring_take(usrbuf, bytes2); 5173 int bytes2; local in function:audio_track_record 5184 bytes2 = bytes - bytes1; 5187 bytes2); 5188 auring_push(usrbuf, bytes2); 5189 auring_take(outbuf, bytes2 / framesize) [all...] |