Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 07/07/2004 22:30:22
Module Name:	src
Committed By:	mycroft
Date:		Wed Jul  7 22:30:22 UTC 2004

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

Log Message:
If we're short-circuiting audiostartp() because there isn't enough data
present, do an extra wakeup() on the write channel.  This happens when we
change parameters during playback, at which point we flush the buffer, and
would stall.


To generate a diff of this commit:
cvs rdiff -r1.182 -r1.183 src/sys/dev/audio.c

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