Module Name: src Committed By: nat Date: Wed Nov 15 04:28:45 UTC 2017
Modified Files: src/sys/dev: audio.c audiovar.h Log Message: For the virtual stream it is required to insert silence. As these streams are not harware streams audio_pint_silence is ineffective. As audio_mix() was the only consumer of audio_pint_silence it has been removed along with sc_sil_count - which was only used by this function. To generate a diff of this commit: cvs rdiff -u -r1.437 -r1.438 src/sys/dev/audio.c cvs rdiff -u -r1.67 -r1.68 src/sys/dev/audiovar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.