CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2016/05/11 10:16:58
Modified files: sys/dev : audio.c Log message: Use round_blocksize() to determine the maximum hardware block size (in bytes) then, adjust the block size accordingly. Fixes zaudio(4) not starting when large blocks are requested. Found and reported by Andre Smagin <as at smagin.com>, thanks.