Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 03/17/2002 18:14:23
Module Name: syssrc
Committed By: kent
Date: Sun Mar 17 16:14:23 UTC 2002
Modified Files:
syssrc/sys/dev: aurateconv.c
syssrc/sys/dev/usb: uaudio.c
Log Message:
aurateconv.c:
- Simplify the source
- Accept any convresions such that sample_rate < hw_sample_rate
uaudio.c:
- Request the above conversion. This is needed for 4ch-only devices to
play monaural/stereo data.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/aurateconv.c
cvs rdiff -r1.52 -r1.53 syssrc/sys/dev/usb/uaudio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.