1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
<HTML>
<HEAD>
<TITLE>Advanced Linux Sound Architecture - Driver</TITLE>
</HEAD>
<BODY>
Previous
<A HREF="coding-1.html">Next</A>
Table of Contents
<HR>
<H1>Advanced Linux Sound Architecture - Driver</H1>
<H2>Jaroslav Kysela
<A HREF="mailto:perex@jcu.cz"><perex@jcu.cz></A>
</H2>v0.0.1, 12 May 1998
<P><HR><EM>This document describes, in full detail, the Advanced Linux Sound
Architecture driver.</EM><HR></P>
<P>
<H2><A NAME="toc1">1.</A> <A HREF="coding-1.html">Introduction</A></H2>
<UL>
<LI><A HREF="coding-1.html#ss1.1">1.1 Source files</A>
<LI><A HREF="coding-1.html#ss1.2">1.2 Devices</A>
<LI><A HREF="coding-1.html#ss1.3">1.3 Memory allocation</A>
<LI><A HREF="coding-1.html#ss1.4">1.4 Basic coding</A>
<LI><A HREF="coding-1.html#ss1.5">1.5 Upper level (/cards)</A>
<LI><A HREF="coding-1.html#ss1.6">1.6 Private data/values</A>
<LI><A HREF="coding-1.html#ss1.7">1.7 CLI/STI & spin locking</A>
<LI><A HREF="coding-1.html#ss1.8">1.8 Examples</A>
</UL>
<P>
<H2><A NAME="toc2">2.</A> <A HREF="coding-2.html">Soundcard</A></H2>
<UL>
<LI><A HREF="coding-2.html#ss2.1">2.1 Variables and functions</A>
<LI><A HREF="coding-2.html#ss2.2">2.2 Resources</A>
<LI><A HREF="coding-2.html#ss2.3">2.3 ISA DMA</A>
<LI><A HREF="coding-2.html#ss2.4">2.4 PCI bus</A>
</UL>
<P>
<H2><A NAME="toc3">3.</A> <A HREF="coding-3.html">File operations</A></H2>
<UL>
<LI><A HREF="coding-3.html#ss3.1">3.1 Variables and functions</A>
<LI><A HREF="coding-3.html#ss3.2">3.2 Examples</A>
</UL>
<P>
<H2><A NAME="toc4">4.</A> <A HREF="coding-4.html">Mixer</A></H2>
<UL>
<LI><A HREF="coding-4.html#ss4.1">4.1 Variables and functions</A>
<LI><A HREF="coding-4.html#ss4.2">4.2 Exaples</A>
</UL>
<P>
<H2><A NAME="toc5">5.</A> <A HREF="coding-5.html">PCM - Digital Audio</A></H2>
<UL>
<LI><A HREF="coding-5.html#ss5.1">5.1 Variables and functions</A>
<LI><A HREF="coding-5.html#ss5.2">5.2 Examples</A>
</UL>
<HR>
Previous
<A HREF="coding-1.html">Next</A>
Table of Contents
</BODY>
</HTML>
|