Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: IWAMOTO Toshihiro <toshii@netbsd.org>
List: source-changes
Date: 01/22/2001 10:37:54
Module Name:	syssrc
Committed By:	toshii
Date:		Mon Jan 22 08:37:54 UTC 2001

Modified Files:
	syssrc/sys/dev: audio.c

Log Message:
Remove the line in audio_open which zeroes sc_[pr]r.blksize.
Because zeroing them causes zero division panic with devices which don't
support 8kHz mulaw, and the effect of this line was to force calling
audio_calcwater even when unnecessary.


To generate a diff of this commit:
cvs rdiff -r1.133 -r1.134 syssrc/sys/dev/audio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.