Difference between revisions of "ALSA Driver Documentation"
From AlsaProject
(ALSA driver documentation, splitted from old 0.9.x page) |
(update links to kernel.org) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 8: | Line 8: | ||
consistent so it will be helpful in that context. | consistent so it will be helpful in that context. | ||
− | *[http:// | + | *[http://kernel.org/doc/htmldocs/writing-an-alsa-driver/index.html HTML (multiple documents)] |
− | *[http:// | + | *[http://kernel.org/doc/htmldocs/writing-an-alsa-driver.html HTML (single document)] |
− | *[http://www.alsa-project.org/~ | + | *[http://www.alsa-project.org/~tiwai/writing-an-alsa-driver.pdf pdf file] |
== 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:// | + | *[http://kernel.org/doc/htmldocs/alsa-driver-api/index.html HTML (multiple documents)] |
− | *[http:// | + | *[http://kernel.org/doc/htmldocs/alsa-driver-api.html HTML (single document)] |
− | *[http://www.alsa-project.org/~ | + | *[http://www.alsa-project.org/~tiwai/alsa-driver-api.pdf pdf file] |
Latest revision as of 00:31, 2 September 2012
[edit] 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.
[edit] ALSA Driver API Reference
This document gives a complete rundown of the functions in the alsa-driver API.

Custom Search