From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 10 18:51:48 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8FF01065670 for ; Wed, 10 Sep 2008 18:51:48 +0000 (UTC) (envelope-from jochen.keil@gmail.com) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by mx1.freebsd.org (Postfix) with ESMTP id 873A98FC1D for ; Wed, 10 Sep 2008 18:51:48 +0000 (UTC) (envelope-from jochen.keil@gmail.com) Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 2000B1C08EB3 for ; Wed, 10 Sep 2008 20:51:47 +0200 (CEST) Received: from localhost (unknown [192.168.1.157]) by mail.m-online.net (Postfix) with ESMTP id 0F82E90077 for ; Wed, 10 Sep 2008 20:51:47 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.3.149]) by localhost (scanner1.m-online.net [192.168.1.157]) (amavisd-new, port 10024) with ESMTP id q9eTzyXKPRxC for ; Wed, 10 Sep 2008 20:51:43 +0200 (CEST) Received: from sillium.dyndns.org (DSL01.83.171.188.125.ip-pool.NEFkom.net [83.171.188.125]) by mail.nefkom.net (Postfix) with SMTP for ; Wed, 10 Sep 2008 20:51:42 +0200 (CEST) Received: (qmail 9669 invoked from network); 10 Sep 2008 18:51:42 -0000 Received: from unknown (HELO ?192.168.1.139?) (192.168.1.139) by columbus.lokal.lan with SMTP; 10 Sep 2008 18:51:42 -0000 Message-ID: <48C8172E.6070608@gmail.com> Date: Wed, 10 Sep 2008 20:51:26 +0200 From: Jochen Keil User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Alexander Motin References: <48C1AFBA.2090204@gmail.com> <48C6C69D.3050104@gmail.com> <48C6D9CA.8050703@FreeBSD.org> (sfid-20080909_22250_200FF6B8) In-Reply-To: <48C6D9CA.8050703@FreeBSD.org> (sfid-20080909_22250_200FF6B8) Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org Subject: Re: snd_hda.7.20080905 with ad1988b 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: Wed, 10 Sep 2008 18:51:48 -0000 Alexander Motin schrieb: > To pass-through AC3 stream properly driver needs to know that data is > not PCM, but AC3, so device must be opened with AC3 format. In presented > case after first error device was opened as usual PCM. One of possible > reasons is that you have vchans enabled. You should disable vchans for > that device with > sysctl dev.pcm.2.play.vchans=0 Wow! You can call me a happy man now. I can listen to "normal" stereo sound as well as to ac3 streams. That's really great, thanks a lot for your work! Best regards, Jochen