Subject: Re: SPARCbook audio
To: Michael <macallan18@earthlink.net>
From: Rui Paulo <rpaulo@NetBSD.org>
List: port-sparc
Date: 07/16/2005 00:37:32
On 2005.07.15 18:34:35 +0000, Michael wrote:
| Hello,
|
| based on Jared's work I finally have a working DBRI audio driver. So far
| it's output-only and I didn't test it with anything else than 16bit
| stuff ( read: mpg123 ), 8 bit should work but no guarantee.
|
| You can get a testkernel here:
| ftp://ftp.netbsd.org/pub/NetBSD/misc/macallan/sparc/SPARCbook3GX_07_15.bz2
|
| The codec doesn't offer lots of things to play with so the mixer only
| allows to set master volume and enable/disable the speaker, headphone
| and line out.
|
| Here's what dmesg says:
|
| dbri0 at sbus0 slot 2 offset 0x40 level 9
| dbri0: need to power up first....done
Can we change this line to something like:
dbri0: waiting to power up...
It's more common to see something like that. As an example:
scsibus0: waiting 2 seconds for devices to settle...
Apart from that, good work :)
-- Rui Paulo