Re: Audio driver template

2007-07-12 Thread Christopher Davis
On 7/10/07, Alexander Leidinger <[EMAIL PROTECTED]> wrote: Putting it into the examples directory instead of having it on the people's own pages would be an improvement (the developer handbook needs to be changed to point to the examples directory then). And you should clarify what kind of impro

Re: Audio driver template

2007-07-10 Thread Christopher Davis
On 7/10/07, Alexander Leidinger <[EMAIL PROTECTED]> wrote: Quoting Christopher Davis <[EMAIL PROTECTED]> (from Mon, 9 Jul 2007 11:47:14 -0700): > http://people.freebsd.org/~cg/template.c > > Thought I would take a look at the audio driver template as > part of my task to modernize drivers, soc20

Re: Audio driver template

2007-07-10 Thread John Baldwin
On Monday 09 July 2007 10:09:21 pm John-Mark Gurney wrote: > Christopher Davis wrote this message on Mon, Jul 09, 2007 at 11:47 -0700: > > http://people.freebsd.org/~cg/template.c > > > > Thought I would take a look at the audio driver template as > > part of my task to modernize drivers, soc2007.

RE: Audio driver template

2007-07-10 Thread Yuriy Tsibizov
> > http://people.freebsd.org/~cg/template.c > > > > Thought I would take a look at the audio driver template as > > part of my task to modernize drivers, soc2007. I would simplify > > the read and write functions to avoid using the bus tag and > > handle, but I'm not sure what else to do to bring

Re: Audio driver template

2007-07-10 Thread Alexander Leidinger
Quoting Christopher Davis <[EMAIL PROTECTED]> (from Mon, 9 Jul 2007 11:47:14 -0700): http://people.freebsd.org/~cg/template.c Thought I would take a look at the audio driver template as part of my task to modernize drivers, soc2007. I would simplify the read and write functions to avoid using

Re: Audio driver template

2007-07-09 Thread John-Mark Gurney
Christopher Davis wrote this message on Mon, Jul 09, 2007 at 11:47 -0700: > http://people.freebsd.org/~cg/template.c > > Thought I would take a look at the audio driver template as > part of my task to modernize drivers, soc2007. I would simplify > the read and write functions to avoid using the b

Re: Audio driver template

2007-07-09 Thread Hans Petter Selasky
On Monday 09 July 2007 20:47, Christopher Davis wrote: > http://people.freebsd.org/~cg/template.c > > Thought I would take a look at the audio driver template as > part of my task to modernize drivers, soc2007. I would simplify > the read and write functions to avoid using the bus tag and > handle,