From owner-freebsd-current@FreeBSD.ORG Sun Jul 11 17:25:07 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7EC616A4CE for ; Sun, 11 Jul 2004 17:25:07 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D89C43D31 for ; Sun, 11 Jul 2004 17:25:07 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 326C3652FE; Sun, 11 Jul 2004 18:25:05 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 94694-02; Sun, 11 Jul 2004 18:25:04 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id ACCD0651EB; Sun, 11 Jul 2004 18:25:04 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 9DC78614A; Sun, 11 Jul 2004 18:25:03 +0100 (BST) Date: Sun, 11 Jul 2004 18:25:03 +0100 From: Bruce M Simpson To: Richard Neese Message-ID: <20040711172503.GA828@empiric.dek.spc.org> References: <200407101101.05080.rneese@adelphia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407101101.05080.rneese@adelphia.net> cc: current@freebsd.org Subject: Re: full duplex sound card dirve X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2004 17:25:07 -0000 On Sat, Jul 10, 2004 at 11:01:05AM -0400, Richard Neese wrote: > is anyone working on full duplex drivered for fbsd and soundcards. half the > apps I use say the sound is only half duplex. like kphone wich we are > porting and cpphone and a few other including asterisk0 pbx look at > te sound card and report it as half duplex. The vast majority of the drivers we ship are full duplex, but it's possible that the applications concerned might not be getting this information. Many recent commits have happened in this area, particularly with regard to Linux emulation. I'd suggest browsing the source code or using ktrace to determine which ioctl(s) the affected applications are using (or failing to use). regards, BMS