From owner-freebsd-current@FreeBSD.ORG Tue Dec 30 03:58:32 2003 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 266B116A4CE for ; Tue, 30 Dec 2003 03:58:32 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [80.177.232.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB6E543D54 for ; Tue, 30 Dec 2003 03:58:29 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from [10.0.0.2] (herring.nlsystems.com [10.0.0.2]) hBUBwHlM004757; Tue, 30 Dec 2003 11:58:17 GMT (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Brendon and Wendy In-Reply-To: <1072654018.37585.2.camel@bigboot.humphrey.world> References: <1072654018.37585.2.camel@bigboot.humphrey.world> Content-Type: text/plain Message-Id: <1072785497.3233.1.camel@herring.nlsystems.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 30 Dec 2003 11:58:17 +0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on herring.nlsystems.com cc: freebsd-current@freebsd.org Subject: Re: USB Audio 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: Tue, 30 Dec 2003 11:58:32 -0000 On Sun, 2003-12-28 at 23:26, Brendon and Wendy wrote: > All, > > I'm interested in getting my USB web camera working under -current. I > see that the uaudio.c (and associated files) are really old relative to > the netbsd ones, and that record capability is missing from the FreeBSD > equivalent files. > > So, my question is would anyone object to me having a go at freshening > the uaudio driver up? Could the audio guys please let me know if this is > totally infeasable? You will have problems getting usb audio working reliably in current. Last time I looked at it, there were lots of problems because audio has been locked up for SMP but USB hasn't. As a result, the audio backend calls USB code without Giant being held. Things might have changed since then, I guess.