Date: Sun, 22 Mar 1998 14:24:52 +0100 (MET) From: Luigi Rizzo <luigi@labinfo.iet.unipi.it> To: aw1@stade.co.uk Cc: multimedia@FreeBSD.ORG Subject: Re: patch for Vibra16X -- test please! Message-ID: <199803221324.OAA07813@labinfo.iet.unipi.it> In-Reply-To: <19980322025552.43514@stade.co.uk> from "Adrian Wontroba" at Mar 22, 98 02:55:33 am
next in thread | previous in thread | raw e-mail | index | archive | help
> OK. Did so - made no source changes at all, and got the same results
> as with the first version, ie:
>
> An apparently working soundcard. Yippee!
you know what, this is surprising for a few reasons:
1) two other users reported problems in playing 16-bit files or with
mpg123;
> Lots of "WARNING: rdintr but read DMA inactive!" messages when cat'ing .au
> files to /dev/audio.
2) the above message should never come out with the SB16X: in fact
there is
#define PLAIN_SB16(x) ( ( (x) & (BD_F_SB16|BD_F_SB16X) ) == BD_F_SB16)
...
if (PLAIN_SB16(d->bd_flags))
printf("WARNING: rdintr but read DMA inactive!\n");
and PLAIN_SB16 should be false with a Vibra16X !
Can you send me the diffs between your sb_dsp.c and the one in -stable ?
> If this is to go in to -stable, may I suggest:
put them in. But at this point i think the code will not go into
-stable. I got no positive replies except yours, and no feedback
about the plain SB16 operation, and we are too close to a deadline...
thanks
luigi
-----------------------------+--------------------------------------
Luigi Rizzo | Dip. di Ingegneria dell'Informazione
email: luigi@iet.unipi.it | Universita' di Pisa
tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy)
fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/
_____________________________|______________________________________
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803221324.OAA07813>
