Subject: Re: Implementing a sound card driver
To: None <tech-kern@netbsd.org>
From: Jochen Kunz <jkunz@unixag-kl.fh-kl.de>
List: tech-kern
Date: 04/11/2004 00:13:10
On Sat, 10 Apr 2004 18:52:12 +0200
Klaus Heinz <k.heinz.apr.vier@onlinehome.de> wrote:

> Wouter Klouwen wrote:
> > Which leads my to my question. Is there any simple sound card driver
> > which I could use as a guide on how things should work, or any
> > documentation on sound card drivers?
> Did you read Jochen Kunz' documentation for driver writers? I think it
> does not cover audio drivers but should be useful nevertheless.
It does not cover audio drivers. The latest release has only a disk
driver example. The upcoming version shows an Ethernet driver as well.
But it handles generic topics like autoconf(9), bus_space(9) and
bus_dma(9). So it should be a good base for any device driver.
--=20


tsch=FC=DF,
       Jochen

Homepage: http://www.unixag-kl.fh-kl.de/~jkunz/