Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 01/29/2005 18:16:49
Module Name:	src
Committed By:	kent
Date:		Sat Jan 29 18:16:49 UTC 2005

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

Log Message:
* audiosetinfo()
  call audio_clear() only when blocksizes are actually changed.
  This fixes a problem on some audio devices and applications which
use ossaudio and call SNDCTL_DSP_GETOSPACE repeatedly while playing.

* audiostartp()
  add some debug prints.


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

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