Module Name: src Committed By: nat Date: Thu Oct 26 22:38:27 UTC 2017
Modified Files: src/sys/dev: audio.c audiovar.h Log Message: Add latency sysctl to adjust hw blocksize and hence latency of the mixer. usage: sysctl -w hw.hdafg0.lantency="value in milliseconds" It is possible to set the latency of the mixer unless a static blocksize is configured by the underlying hardware driver (pad, vcaudio on RPI). Documentation updates to audio.4 will occur in a follow up commit. OK christos@. XXX pullup-8. To generate a diff of this commit: cvs rdiff -u -r1.414 -r1.415 src/sys/dev/audio.c cvs rdiff -u -r1.65 -r1.66 src/sys/dev/audiovar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.