From owner-freebsd-multimedia@FreeBSD.ORG Sat Nov 19 02:14:59 2005 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E1616A41F for ; Sat, 19 Nov 2005 02:14:59 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: from mail231.csoft.net (resin.csoft.net [63.111.22.86]) by mx1.FreeBSD.org (Postfix) with SMTP id CA9FA43D49 for ; Sat, 19 Nov 2005 02:14:58 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: (qmail 7706 invoked from network); 19 Nov 2005 02:15:07 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 19 Nov 2005 02:15:07 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Fri, 18 Nov 2005 18:14:57 PST (sender jakemsr@puff.jakemsr.gom) Date: Fri, 18 Nov 2005 18:14:57 -0800 From: Jacob Meuser To: freebsd-multimedia@freebsd.org Message-ID: <20051119021457.GB26115@puff.jakemsr.gom> Mail-Followup-To: freebsd-multimedia@freebsd.org References: <20051117232316.53554.qmail@web30310.mail.mud.yahoo.com> <200511181637.42158.frank@barda.agala.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200511181637.42158.frank@barda.agala.net> User-Agent: Mutt/1.4.2i Subject: Re: Which TV cards do send the audio data via PCI? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2005 02:14:59 -0000 On Fri, Nov 18, 2005 at 04:37:40PM +0100, Frank J. Beckmann wrote: > Is there really no bt8x8 card that sends the audio data via PCI? no. what do you really gain by that anyway? it's not like the bt8x8 cards/bktr driver are so finely tuned that the minimal "delay" or "interference" of running a wire to the soundcard is going to be noticeable. plus, NetBSD and OpenBSD use a different audio architecture than FreeBSD, but bktr is pretty much the same across the three. there are some OS dependent bits, but adding a real audio interface would add a whole lot more. --