From owner-freebsd-multimedia Sun Mar 22 07:01:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA08624 for freebsd-multimedia-outgoing; Sun, 22 Mar 1998 07:01:38 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA08619 for ; Sun, 22 Mar 1998 07:01:34 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id OAA07813; Sun, 22 Mar 1998 14:24:52 +0100 From: Luigi Rizzo Message-Id: <199803221324.OAA07813@labinfo.iet.unipi.it> Subject: Re: patch for Vibra16X -- test please! To: aw1@stade.co.uk Date: Sun, 22 Mar 1998 14:24:52 +0100 (MET) Cc: multimedia@FreeBSD.ORG In-Reply-To: <19980322025552.43514@stade.co.uk> from "Adrian Wontroba" at Mar 22, 98 02:55:33 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > 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