From owner-freebsd-ppc@FreeBSD.ORG Fri Jan 24 12:51:33 2014 Return-Path: Delivered-To: powerpc@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5DEB9896; Fri, 24 Jan 2014 12:51:33 +0000 (UTC) Date: Fri, 24 Jan 2014 12:51:33 +0000 From: Alexey Dokuchaev To: Andreas Tobler Subject: Playback and volume (Was: Re: Tightening kernel for Mac Mini G4) Message-ID: <20140124125133.GA39635@FreeBSD.org> References: <20140122153323.GA3637@FreeBSD.org> <20140122082542.745de133@zhabar.gateway.2wire.net> <52E004E5.3080608@fgznet.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52E004E5.3080608@fgznet.ch> User-Agent: Mutt/1.5.22 (2013-10-16) 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: Fri, 24 Jan 2014 12:51:33 -0000 On Wed, Jan 22, 2014 at 06:50:29PM +0100, Andreas Tobler wrote: > Sound works but it lacks a 'visible' codec. In the device tree there is > no codec mentioned. It has a simple DAC called toonie. And the driver > for this is missing. If the codec is missing, the mixer device is also > missing. 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? Plugging headphones properly muted the speaker, which is nice. ./danfe