From owner-freebsd-multimedia@FreeBSD.ORG Thu Apr 28 13:47:06 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD7E16A4CE for ; Thu, 28 Apr 2005 13:47:06 +0000 (GMT) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC9DA43D53 for ; Thu, 28 Apr 2005 13:47:05 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-216-47-180.daxnet.no ([193.216.47.180] verified) by mailfe05.swip.net (CommuniGate Pro SMTP 4.3c5) with ESMTP id 156488314 for freebsd-multimedia@freebsd.org; Thu, 28 Apr 2005 15:47:00 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Thu, 28 Apr 2005 15:47:41 +0200 User-Agent: KMail/1.7 References: <20050422.133916.343183478.kazuhito@ph.noda.tus.ac.jp> In-Reply-To: <20050422.133916.343183478.kazuhito@ph.noda.tus.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200504281547.42747.hselasky@c2i.net> Subject: Re: uaudio in full duplex X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hselasky@c2i.net List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 13:47:06 -0000 On Friday 22 April 2005 06:39, Kazuhito HONDA wrote: > Hello, > > the uaudio driver doesn't allow USB devices to > open playback and record channel pipe, simultaneously, > if in FreeBSD-stable, at line 3650 of uaudio.c as below: > > =A0 =A0 =A0 =A0 if ((sc->sc_playchan.pipe !=3D NULL) || (sc->sc_recchan.p= ipe !=3D > NULL)) return (-1); > > If you do comment-out it, you may be able to read and write several time. > But USB low-level driver soon freezes with eternal errors messages. > I haven't found its cause. What does the error messages say? It might be a bug in the UHCI driver,=20 because it does currently not check when isochronous transfers are=20 inserted in time ! Yours =A0 Hans Petter Selasky