Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jun 2009 21:53:34 +0300
From:      Alexander Motin <mav@FreeBSD.org>
To:        martinko <gamato@users.sf.net>
Cc:        freebsd-multimedia <freebsd-multimedia@freebsd.org>
Subject:   Re: snd_hda: ALC888/1200 and mixer empty
Message-ID:  <4A42762E.5000709@FreeBSD.org>
In-Reply-To: <4A3807E5.3020303@FreeBSD.org>
References:  <1245111790.00127709.1245100204@10.7.7.3> <4A3790EC.8060701@FreeBSD.org> <4A3805A2.7080403@users.sf.net> <4A3807E5.3020303@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A42762E.5000709>