Module Name: src Committed By: nat Date: Tue Oct 31 21:09:27 UTC 2017
Modified Files: src/sys/dev: audio.c Log Message: round_blocksize is only used for the hardware ring buffer. All other buffers (mix ring, streams) are set to be a power of 2. This allows for consistent latency where a static blocksize is enforced by the underlying audio device driver. Ok christos@. To generate a diff of this commit: cvs rdiff -u -r1.418 -r1.419 src/sys/dev/audio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.