Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 09/03/2001 21:51:46
Module Name:	syssrc
Committed By:	is
Date:		Mon Sep  3 18:51:45 UTC 2001

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

Log Message:
Allow 24 and 32bit linear audio.
Actually, the silence filler can do any multiple of 8 bits now, but I didn't
allow the parameter check to accept more than 32 bit to avoid confusion
of drivers that fail to check the parameters themselves thoroughly.
This should be changed later.


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

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