From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sipsolutions.net (he.sipsolutions.net [78.46.109.217]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7CCF3B70E0 for ; Tue, 7 Dec 2010 22:30:31 +1100 (EST) Subject: Re: PowerMac G4 (Digital Audio) From: Johannes Berg To: Risto Suominen In-Reply-To: References: <1291562178.3495.6.camel@jlt3.sipsolutions.net> <1291717126.3607.17.camel@jlt3.sipsolutions.net> Content-Type: text/plain; charset="UTF-8" Date: Tue, 07 Dec 2010 12:30:24 +0100 Message-ID: <1291721424.3607.19.camel@jlt3.sipsolutions.net> Mime-Version: 1.0 Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2010-12-07 at 13:27 +0200, Risto Suominen wrote: > > Can you hack the file I previously pointed out and see if that helps? > > > Well, I could try. Actually, I don't own a machine to test with. Oh, ok... I thought you did. > So, as far as I can see, you don't have any special handling for this > machine, or any other either? And you don't look for these gpio15 (hp) > and gpio16 (lo). They are the detect inputs, not mute outputs. So can > they cause such problems that no sound is played? Hmm... Right, normally we don't need any special handling since the DT has the right names ... this machine just needs an override for the GPIO names (gpio15/16 rather than the proper detect names). > One solution could be to just remove the support from snd-aoa and > continue using snd-powermac. Now it's difficult because of the > auto-loading. Yeah, not really ... I wrote aoa, so I guess I'm biased, but really snd-powermac is quite a mess. johannes