Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: TAMURA Kent <kent@netbsd.org>
List: source-changes
Date: 11/04/2002 18:38:49
Module Name: syssrc
Committed By: kent
Date: Mon Nov 4 16:38:49 UTC 2002
Modified Files:
syssrc/sys/dev/pci: auvia.c
Log Message:
auvia_set_params:
For a fixed-rate codec, when AUMODE_RECORD and AUDIO_ENCODING_MULAW or
AUDIO_ENCODING_ALAW, use AUDIO_ENCODING_SLINEAR_LE/16bit for native encoding
instead of AUDIO_ENCODING_ULINEAR/8bit because aurateconv does not support
sampling rate conversion for 8 bit PCM.
This change fixes PR kern/18834.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 syssrc/sys/dev/pci/auvia.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.