Page 1 of 1

AC97 Open Source Driver

Posted: Wed Jan 03, 2007 8:42 am
by Jeko
Where can I find an open source driver for AC97?

thank you!

Posted: Wed Jan 03, 2007 9:27 am
by Arthur

Posted: Wed Jan 03, 2007 11:32 am
by Dex
This was a great help when making DexOS Driver
http://www.programmersheaven.com/downlo ... nload.aspx

Posted: Thu Jan 04, 2007 11:48 am
by pulsar
maybe i could post my code but it is not complete, ofcourse you can play music ( :wink: sound) . Since i'm busy with my gui i don't have time to finish that however if you need some code for inspiration i might send it to you.

Posted: Thu Jan 04, 2007 12:39 pm
by Brynet-Inc
This chipset seems fairly documented..and common.

http://www.intel.com/design/chipsets/audio/

Here is OpenBSD's AC97 code..

http://www.openbsd.org/cgi-bin/cvsweb/s ... /ic/ac97.c
http://www.openbsd.org/cgi-bin/cvsweb/s ... /ic/ac97.h

Probably worth reading over 8)

Posted: Fri Jan 05, 2007 4:45 am
by Jeko
pulsar wrote:maybe i could post my code but it is not complete, ofcourse you can play music ( :wink: sound) . Since i'm busy with my gui i don't have time to finish that however if you need some code for inspiration i might send it to you.
if you can post your code.

Posted: Wed Jan 10, 2007 12:24 pm
by pulsar
Here is the code, this is based on the ac97 driver written for dos.