From owner-freebsd-ppc@FreeBSD.ORG Sat Jan 25 20:41:03 2014 Return-Path: Delivered-To: powerpc@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D816ADD3; Sat, 25 Jan 2014 20:41:03 +0000 (UTC) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6B7EC14EA; Sat, 25 Jan 2014 20:41:02 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id s0PKekE1017522; Sat, 25 Jan 2014 21:40:54 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <52E4214E.7070508@fgznet.ch> Date: Sat, 25 Jan 2014 21:40:46 +0100 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: Playback and volume (Was: Re: Tightening kernel for Mac Mini G4) References: <20140122153323.GA3637@FreeBSD.org> <20140122082542.745de133@zhabar.gateway.2wire.net> <52E004E5.3080608@fgznet.ch> <20140124125133.GA39635@FreeBSD.org> <52E3ABDD.80901@fgznet.ch> <20140125143704.GA21430@FreeBSD.org> In-Reply-To: <20140125143704.GA21430@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: powerpc@FreeBSD.ORG, Justin Hibbits X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 20:41:03 -0000 On 25.01.14 15:37, Alexey Dokuchaev wrote: > On Sat, Jan 25, 2014 at 01:19:41PM +0100, Andreas Tobler wrote: >> On 24.01.14 13:51, Alexey Dokuchaev wrote: >>> Indeed: kldload'ing snd_ai2s.ko allowed me to play an MP3 file with mpg123. >>> Albeit at full volume, which kind of sucks. Is there way to control volume >>> without mixer device? >> >> Hm, I have no clue yet. I'll let you know once I find something. > > Well, it's not a big problem anyway: both mpg123 (tested; works but with an > annoying ~200ms delay) and mplayer (currently building) are able to control > their own output volume levels. Yup, learned also that mplayer works, so no immediate need for a volume control ;) Thanks, Andreas