From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 31 21:01:47 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org 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 6392016A41F for ; Wed, 31 Aug 2005 21:01:47 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.swip.net [212.247.154.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id D311C43D45 for ; Wed, 31 Aug 2005 21:01:46 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-217-37-15.daxnet.no ([193.217.37.15] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 252470274 for freebsd-multimedia@freebsd.org; Wed, 31 Aug 2005 23:01:15 +0200 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Wed, 31 Aug 2005 23:02:08 +0200 User-Agent: KMail/1.7 References: <20050831070748.GA10153@raysrv1.netuse.de> <20050831223107.09d415a1@Magellan.Leidinger.net> <200508312243.55828.hselasky@c2i.net> In-Reply-To: <200508312243.55828.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200508312302.09539.hselasky@c2i.net> Subject: Re: uaudio fullduplex on 5.4-RELEASE? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 31 Aug 2005 21:01:47 -0000 > > Here, found this in the archives: > > On Friday 22 April 2005 06:39, Kazuhito HONDA wrote: > > 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) ||=20 > > =A0 =A0 =A0 =A0 (sc->sc_recchan.pipe !=3D NULL)) return (-1); ^^^ you can remove this =2D-HPS