From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 2F536679EA for ; Tue, 18 Apr 2006 06:52:03 +1000 (EST) Subject: Re: PowerBook5,4 -- no sound? From: Benjamin Herrenschmidt To: Andreas Schwab In-Reply-To: References: <878xq51t61.fsf@briny.internal.ondioline.org> <1145220233.9833.11.camel@localhost.localdomain> <1145231658.9833.17.camel@localhost.localdomain> <1145233812.9833.21.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 18 Apr 2006 06:51:57 +1000 Message-Id: <1145307118.3912.11.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Johannes Berg List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2006-04-17 at 15:45 +0200, Andreas Schwab wrote: > Benjamin Herrenschmidt writes: > > > Interesting... I would have expected that setup to work... Oh well... at > > this point, the best to do is to add support for your G5 to Johannes new > > snd-aoa > > I agree. Unfortunately, the i2sbus probing already fails, due to > requesting a memory region that is already (partially) claimed by other > resources: > > request_mem_region(80000000 - 80000fff, i2sbus control) > > 80000000-8007ffff : 0.80000000:mac-io > 8000002c-8000002f : 0.0000004c:fans > 80000030-80000033 : 0.0000004c:fans > 80000034-80000037 : 0.0000004c:fans > 8000004c-8000004f : 0.0000004c:fans > 80000050-8000008a : 0.00000050:gpio Johannes, Look like the bugs in the device-tree I told you about ... Ben.