From owner-freebsd-multimedia@FreeBSD.ORG Wed Jun 24 18:53:43 2009 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 F360F106566C for ; Wed, 24 Jun 2009 18:53:42 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id 734378FC1C for ; Wed, 24 Jun 2009 18:53:41 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 246722004; Wed, 24 Jun 2009 21:53:38 +0300 Message-ID: <4A42762E.5000709@FreeBSD.org> Date: Wed, 24 Jun 2009 21:53:34 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: martinko References: <1245111790.00127709.1245100204@10.7.7.3> <4A3790EC.8060701@FreeBSD.org> <4A3805A2.7080403@users.sf.net> <4A3807E5.3020303@FreeBSD.org> In-Reply-To: <4A3807E5.3020303@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia Subject: Re: snd_hda: ALC888/1200 and mixer empty 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, 24 Jun 2009 18:53:43 -0000 Alexander Motin wrote: > Vchans is able to control volume in software when there lack of hardware > support, but it breaks AC3 stream pass-though. So choosing between them > I have blocked software volume control in driver manually for digital > connectors. To get it back you may in hdac.c change line > if (pdevinfo->play >= 0 && !pdevinfo->digital) { > to > if (pdevinfo->play >= 0) { > May be last changes in 8-CURRENT will allow them coexist, but not for 7.2. I have just tested it on recent 8-CURRENT. Thanks to Ariff Abdullah' last changes, software volume control is now correctly coexist with AC3 pass-through. -- Alexander Motin