Subject: CVS commit: basesrc/usr.bin/audio
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 01/15/2002 19:02:52
Module Name:	basesrc
Committed By:	mrg
Date:		Tue Jan 15 17:02:52 UTC 2002

Modified Files:
	basesrc/usr.bin/audio/common: Makefile
	basesrc/usr.bin/audio/record: record.c
Added Files:
	basesrc/usr.bin/audio/common: auconv.c auconv.h

Log Message:
for sun output files, if we have unsigned or little endian data, convert
it to signed big endian data.  pull in a modified copy of the kernels'
auconv.[ch] to help with this (and remove some home grown code that did
some of the same things.)


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/usr.bin/audio/common/Makefile
cvs rdiff -r0 -r1.1 basesrc/usr.bin/audio/common/auconv.c \
    basesrc/usr.bin/audio/common/auconv.h
cvs rdiff -r1.18 -r1.19 basesrc/usr.bin/audio/record/record.c

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