Date: Wed, 31 Aug 2005 23:02:08 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-multimedia@freebsd.org Subject: Re: uaudio fullduplex on 5.4-RELEASE? Message-ID: <200508312302.09539.hselasky@c2i.net> In-Reply-To: <200508312243.55828.hselasky@c2i.net> References: <20050831070748.GA10153@raysrv1.netuse.de> <20050831223107.09d415a1@Magellan.Leidinger.net> <200508312243.55828.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
>
> 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:
> >
> > if ((sc->sc_playchan.pipe != NULL) ||
> > (sc->sc_recchan.pipe != NULL)) return (-1);
^^^ you can remove this
--HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508312302.09539.hselasky>
