ALSA Driver Documentation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Broken link to alsa-driver-api.pdf) |
||
Line 16: | Line 16: | ||
*[http://www.kernel.org/pub/linux/kernel/people/tiwai/docs/alsa-driver-api/index.html HTML (multiple documents)] | *[http://www.kernel.org/pub/linux/kernel/people/tiwai/docs/alsa-driver-api/index.html HTML (multiple documents)] | ||
*[http://www.kernel.org/pub/linux/kernel/people/tiwai/docs/alsa-driver-api.pdf pdf file] | *[http://www.kernel.org/pub/linux/kernel/people/tiwai/docs/alsa-driver-api.pdf pdf file] (<-old, broken link) | ||
*[http://www.alsa-project.org/~tiwai/alsa-driver-api.pdf pdf file] |
Revision as of 09:47, 3 April 2012
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.
ALSA Driver API Reference
This document gives a complete rundown of the functions in the alsa-driver API.
- HTML (multiple documents)
- pdf file (<-old, broken link)
- pdf file