From owner-freebsd-ppc@FreeBSD.ORG Sat Oct 11 09:18:40 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35BBD1065687 for ; Sat, 11 Oct 2008 09:18:40 +0000 (UTC) (envelope-from marcotrillo@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id 07A098FC16 for ; Sat, 11 Oct 2008 09:18:39 +0000 (UTC) (envelope-from marcotrillo@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so907465wfg.7 for ; Sat, 11 Oct 2008 02:18:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=aXaU5cTFqAQgBn8c8aOpSA+fZ+d0etoHEydWkuoKRtY=; b=aC7TCyjEqpxVg6Gnf3mesBB+u9rdbofOalz1k9NtPekvH4JRqJRR3VaRtQbKNo7kd7 efBNV6LwxMDCXWn/orfdoNekYi3+XkpIOW59Dih1EQU5E1fyfQ82qfYV6neLXQQfdxuT l8bn0s8GF1AFgGn4ntjgdrp8V4KAB5QoheoSU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=jzi3w2y4g0COWQsL0Q6GMDThausM9C9rzeTPWAAu8FE8dg+uD2iMCIlkFT5qY0Bt52 HI7QzSFoVLav1KZD1dT2tMe/REQDGcsMB6kBzm3gpmUuQier290j1hDLiNiOt+4CiIxQ Td84lCjHqOAJVBK3VufUf1zldrzRZGF+CZwQc= Received: by 10.142.229.5 with SMTP id b5mr1348536wfh.50.1223716719467; Sat, 11 Oct 2008 02:18:39 -0700 (PDT) Received: by 10.142.89.18 with HTTP; Sat, 11 Oct 2008 02:18:39 -0700 (PDT) Message-ID: Date: Sat, 11 Oct 2008 11:18:39 +0200 From: "Marco Trillo" To: "Justin Hibbits" In-Reply-To: <20081010124853.GC1138@narn.knownspace> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081009220352.GA1138@narn.knownspace> <20081010124853.GC1138@narn.knownspace> Cc: freebsd-ppc@freebsd.org Subject: Re: Apple Tumbler and Snapper audio: looking for testers X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2008 09:18:40 -0000 Hi, On Fri, Oct 10, 2008 at 2:48 PM, Justin Hibbits wrote: > I had meant /dev/dsp*, not /dev/pcm, was a typo. When did they start getting > created on demand? A kernel from roughly 2 months ago created /dev/dsp0 at load > time, instead of access time, so I was confused this time around. >From a quick look at CVS, it seems this was changed in revision 1.103 of sound/pcm/dsp.c (and corresponding revision 1.51 of man/man4/pcm.4). > Running an > actual test, with ogg123, worked. I don't have speaker output, but I do have > line-out output. I think the speaker output is a different issue, because I > don't even get the startup chime through the speaker anymore. Hmm.. the lack of startup chime through the speaker could be due to PRAM volume being set to muted, but this should not affect the driver at all, as it does not read the PRAM volume. Also I think the PRAM volume is global to all outputs, so it would affect the line-out as well. > > Guess long story short, it works well. Now I just need to get my ass in gear > and get the altivec code done, then my G4 will be nearly 100% complete. > Nice... Many thanks for testing it! Regards, Marco