ALSA Driver Documentation: Difference between revisions
Jump to navigation
Jump to search
(ALSA driver documentation, splitted from old 0.9.x page) |
(update links to use www-old) |
||
Line 8: | Line 8: | ||
consistent so it will be helpful in that context. | consistent so it will be helpful in that context. | ||
*[http://www.alsa-project.org/~iwai/writing-an-alsa-driver/index.html HTML (multiple documents)] | *[http://www-old.alsa-project.org/~iwai/writing-an-alsa-driver/index.html HTML (multiple documents)] | ||
*[http://www.alsa-project.org/~iwai/writing-an-alsa-driver.pdf pdf file] | *[http://www-old.alsa-project.org/~iwai/writing-an-alsa-driver.pdf pdf file] | ||
*[http://www.alsa-project.org/~iwai/writing-an-alsa-driver.sgml The sgml source] is also available | *[http://www-old.alsa-project.org/~iwai/writing-an-alsa-driver.sgml The sgml source] is also available | ||
== ALSA Driver API Reference == | == ALSA Driver API Reference == | ||
Line 16: | Line 16: | ||
This document gives a complete rundown of the functions in the alsa-driver API. | This document gives a complete rundown of the functions in the alsa-driver API. | ||
*[http://www.alsa-project.org/~iwai/alsa-driver-api/index.html HTML (multiple documents)] | *[http://www-old.alsa-project.org/~iwai/alsa-driver-api/index.html HTML (multiple documents)] | ||
*[http://www.alsa-project.org/~iwai/alsa-driver-api.pdf pdf file] | *[http://www-old.alsa-project.org/~iwai/alsa-driver-api.pdf pdf file] | ||
*[http://www.alsa-project.org/~iwai/alsa-driver-api.sgml The sgml source] is also available | *[http://www-old.alsa-project.org/~iwai/alsa-driver-api.sgml The sgml source] is also available |
Revision as of 02:50, 12 August 2007
ALSA Driver Documentation
Takashi Iwai has written "Writing an ALSA Driver" - a very comprehensive guide to developing a device driver for ALSA.
The document focuses mainly on the PCI soundcard. In the case of other device types, the API might be different. However the ALSA kernel API is consistent so it will be helpful in that context.
- HTML (multiple documents)
- pdf file
- The sgml source is also available
ALSA Driver API Reference
This document gives a complete rundown of the functions in the alsa-driver API.
- HTML (multiple documents)
- pdf file
- The sgml source is also available