Re: Sound Driver for 82801FB
- From: "Stephane E. Potvin" <sepotvin@xxxxxxxxxxxx>
- Date: Sun, 05 Mar 2006 18:17:23 -0500
Thomas Hurst wrote:
* Martin Wilke (unixfreunde@xxxxxxxxx) wrote:
I've bought myself an Intel Pentium M pc, which has the Soundchip
intel 82801FB/FR/FW/FRW in it. Is it possible to build a Driver for
it?
This is one of Intel's new HDA (High Defenition Audio) chips, which is
not yet supported:
http://www.freebsd.org/projects/ideas/#p-hda
Looks like there's a NetBSD driver to port now.
I'm currently working on this as I have recently updated my laptop and
I'm now without sound too. I first looked in porting the NetBSD driver
but very soon decided not to do it this way.
They have implemented a monolithic driver that controls both the hda
controller and the audio codec. As one controller can control multiple
codecs that can have various types: audio, modem, etc. I chose to implement
a hda controller (hdac) which will attach to the controller and will
then probe for the various codecs attached to it via the HDA Link and
attach other drivers to control these. This way, it will be possible to
have more than one audio codec controlled at the same time (one in the
laptop and one in the docking station for example), and maybe in time a
modem codec (though I don't think I'll do that myself).
But, and this is a big but, don't hold you breath. I'm not going very fast
as I don't have that much time to invest into that after job and real life.
Currently, I have the basic architecture in place on paper and the driver is
just ready to start sending and receiving commands (verbs) to the codecs.
Regards,
Steph
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Sound Driver for 82801FB
- From: Martin Wilke
- Re: Sound Driver for 82801FB
- References:
- Sound Driver for 82801FB
- From: Martin Wilke
- Re: Sound Driver for 82801FB
- From: Thomas Hurst
- Sound Driver for 82801FB
- Prev by Date: Re: Sound Driver for 82801FB
- Next by Date: SIS190/191 (SIS965) network driver
- Previous by thread: Re: Sound Driver for 82801FB
- Next by thread: Re: Sound Driver for 82801FB
- Index(es):
Relevant Pages
|