Date: Sun, 02 Nov 2008 22:07:52 +0200 From: Alexander Motin <mav@FreeBSD.org> To: Norikatsu Shigemura <nork@FreeBSD.org> Cc: freebsd-multimedia@FreeBSD.org Subject: Re: How do I use AC3 codec instead of PCM like mplayer -ac hwac3 Message-ID: <490E0898.5030809@FreeBSD.org> In-Reply-To: <20081103045643.c6081414.nork@FreeBSD.org> References: <20081103023207.68fb4ced.nork@FreeBSD.org> <490DED08.9010800@FreeBSD.org> <20081103045643.c6081414.nork@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Norikatsu Shigemura wrote:
> "Soft PCM volume is enabled." is following?
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> :
> pcm1: Forcing Soft PCM volume
> :
> pcm2: Forcing Soft PCM volume
> :
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
>
> I read your hdac_audio_ctl_ossmixer_init(), it looks only
> "Forcing" or "Enabling" I can select. Humm... Do I try to
> disable it?
Yes, comment out whole
/* Declare soft PCM and master volume if needed. */
if (pdevinfo->play >= 0) {
...
}
part.
And disable vchans for pcm1 and pcm2:
sysctl dev.pcm.1.play.vchans=0
sysctl dev.pcm.2.play.vchans=0
--
Alexander Motin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?490E0898.5030809>
