From owner-freebsd-current@FreeBSD.ORG Thu Aug 14 09:56:35 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 7F47B37B401 for ; Thu, 14 Aug 2003 09:56:35 -0700 (PDT) Received: from logopolis.mordacious.net (logopolis.mordacious.net [194.153.168.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA58143F85 for ; Thu, 14 Aug 2003 09:56:34 -0700 (PDT) (envelope-from cg@ijcg.net) Received: from [10.1.0.2] (unknown [81.2.114.200]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by logopolis.mordacious.net (Postfix) with ESMTP id 88D3F72EA13; Thu, 14 Aug 2003 16:53:08 +0000 (GMT) Date: Thu, 14 Aug 2003 17:56:28 +0100 From: Cameron Grant To: Mark Murray , Dan Nelson Message-ID: <411108453.1060883788@[10.1.0.2]> In-Reply-To: <200308141017.h7EAHoOI089193@grimreaper.grondar.org> References: <200308141017.h7EAHoOI089193@grimreaper.grondar.org> X-Mailer: Mulberry/3.1.0b4 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: Poul-Henning Kamp cc: current@freebsd.org Subject: Re: HEADSUP: pca driver being retired. 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: Thu, 14 Aug 2003 16:56:35 -0000 >> It's also handy if you don't have external speakers hooked up to a >> machine, and want something better than beeps. > > Would it be a useful exercise for the minority(?) of users who use this > driver to either see if it can be effectively newbussed or turned into > a port or both? i'd quite like to see it reimplemented as a pcm driver; it's been on the todo list for years and should be quite simple. pca at present supports a very limited subset of the oss interface, where as a pcm driver it would behave the same as any other sound device. -cg