CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2018/06/08 00:20:49
Modified files: usr.bin/sndiod : dev.c Log message: The conversion chain processes exactly one block, so no need to calculate & count the number of processed samples. This allows to move the calls to processing routines in dev_mix_badd() and dev_sub_bcopy(), which is much simpler. No behaviour change.