Subject: CVS commit: [kent-audio1] src/sys/dev
To: None <source-changes@NetBSD.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 12/29/2004 15:02:28
Module Name:	src
Committed By:	kent
Date:		Wed Dec 29 15:02:28 UTC 2004

Modified Files:
	src/sys/dev [kent-audio1]: audio.c audio_if.h

Log Message:
add audio_params::validbits to distinguish 24bit data in 24bit container,
24bit data in 32bit container, 32bit data in 32bit container.

There is no userland API to specify audio_params::validbits, and
audio_params::validbits is always the same value as audio_params::precision
at this moment.


To generate a diff of this commit:
cvs rdiff -r1.184.2.12 -r1.184.2.13 src/sys/dev/audio.c
cvs rdiff -r1.54.2.7 -r1.54.2.8 src/sys/dev/audio_if.h

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