From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 23 18:54:20 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B8D716A4CE for ; Tue, 23 Dec 2003 18:54:20 -0800 (PST) Received: from mail-store1.service.ohio-state.edu (mail-store1.service.ohio-state.edu [128.146.216.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53D6043D53 for ; Tue, 23 Dec 2003 18:54:19 -0800 (PST) (envelope-from mistry.7@osu.edu) Received: from osu.edu (mail1.service.ohio-state.edu [128.146.216.23]) by mail1.service.ohio-state.edu (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HQD0052SPEIV3@mail1.service.ohio-state.edu> for freebsd-hackers@freebsd.org; Tue, 23 Dec 2003 21:54:18 -0500 (EST) Received: from [128.146.216.20] by mail1.service.ohio-state.edu (mshttpd); Tue, 23 Dec 2003 21:54:18 -0500 Date: Tue, 23 Dec 2003 21:54:18 -0500 From: ANISH MISTRY To: freebsd-hackers@freebsd.org Message-id: <42e65483b9.483b942e65@osu.edu> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.14 (built Mar 18 2003) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Priority: normal Subject: Multiple speaker channels X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2003 02:54:20 -0000 I've got a Hercules GameTheatre XP and I'm trying to enable both the front and rear speaker channels on the sound card. Just by looking at the ALSA source it seems that there are multiple codecs for my particular card. 1 for the front, and 1 for the back. There seems to be the same in initilization code, which is already in the FreeBSD driver, so just copy/paste our existing code, but it only initilizes the first codec. My question, is there a current framework in FreeBSD for multiple speaker channels so that I can get sound out of my rear speakers, and where is there an example of it. If not, is one being worked on? Thanks, -- Anish Mistry