At Sun, 15 Oct 2006 14:17:27 -0400 (EDT), Deepti Chheda wrote: > > I am trying to write the AC 97 driver for the Plan 9 Operating > system. Right now there is no support for AC97 what-so-ever on Plan > 9. So, I need to understand how to go about it. I went through the > ALSA docs pages. Some links are broken there. > > However, Im am still very confused if I need to write the driver for > the AC97 codec or AC97 controller or both ?? The specs are not very > driver-writer friendly. Yes, you have to implement both. In general, the codec chip corresponds to DAC/ADC and the controller to DMA. You can create a generic ac97-codec driver (as ALSA does) since the AC-link connection is strictly defined. The controller is the real hardware-specific thing and this cannot be generalized, of course. Takashi ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel