Subject: Re: Proposal: Audio: Sampling rate conversion
To: TAMURA Kent <kent@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: tech-kern
Date: 03/04/2002 22:26:54
On Mon, Mar 04, 2002 at 11:32:22PM +0900, TAMURA Kent wrote:
> 
> WHAT IS PROPOSED?
> 
> The following patch adds
>  - sampling rate conversion
>  - mono-to-stereo/stereo-to-mono conversion
> to the device-independent audio driver.
> 
> 	http://www.hauN.org/kent/audio-20020304.diff  (57KB)
> 
> The patch contains rate/channel conversion code for the
> device-independent audio driver and conversion request code for
> dev/usb/uaudio.c and dev/pci/auich.c.  It may be a solution for
> kern/8854 [1] and port-i386/12695 [2].  I'll commit this if no
> objection is posted in 72 hours.

Formal objection: I can't review a piece of code that big within 72 hours.

	-is