CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2009/04/27 14:45:26
Modified files: sys/dev : Tag: OPENBSD_4_5 audio.c Log message: On very high system load, an audio interrupt may occur while the audio process is filling audio ring buffers. This triggers bogus (and useless) correction code in the audio(4) driver causing the audio application to go out of sync, and in turn causing continuous stuttering until the application is restarted. from current, ok deraadt@