Subject: Re: 48 kHz does not work on snapper(4) on NetBSD 3.1
To: None <port-macppc@netbsd.org>
From: Marco Trillo <marcotrillo@gmail.com>
List: port-macppc
Date: 12/21/2006 17:46:39
Hi,

with new revision 1.15 it plays fine, nice! Only one thing that I'm
not sure about:

   396  static const struct audio_format snapper_formats[SNAPPER_NFORMATS] = {
   397          {NULL, AUMODE_PLAY | AUMODE_RECORD,
AUDIO_ENCODING_SLINEAR_BE, 16, 16,
   398           2, AUFMT_STEREO, 4, {32000, 44100, 48000}},
                                 ^^^

Don't know if this is important, but taking a look at the comments on
the audio_format definition on auconv.h, should these '4' values be
updated to '3' to reflect the new num. of rates ?

--------
Thanks,
Marco