Subject: re: kern/15845: audio drivers without auconv attribute won't link
To: TAMURA Kent <kent@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 03/10/2002 02:35:38
   
   In message "kern/15845: audio drivers without auconv attribute won't link"
       on 02/03/09, Ben Harris <bjh21@netbsd.org> writes:
   > device  vidcaudio: audio
   > attach  vidcaudio at vidc
   > 
   > Since it doesn't have the "auconv" attribute, dev/auconv.c doesn't get
   > included in the kernel, and hence the auconv_* functions aren't defined.
   > 
   > Presumably audio devices without auconv are meant to work, or there
   > wouldn't be any point in making it a separate attribute.
   
   How about the following patch?  It adds AUCONV_SAMPLINGRATE
   kernel option.


i'd rather all this new code went into a new file, with a new
device attribute.  keep this away from the user, they don't 
need it....


.mrg.