Blame view

Documentation/DocBook/alsa-driver-api.tmpl 3.14 KB
5f8206c04   Takashi Iwai   ALSA: Fix DocBook...
1
2
3
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  	"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" []>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
4
5
6
7
  
  <!-- ****************************************************** -->
  <!-- Header  -->
  <!-- ****************************************************** -->
5f8206c04   Takashi Iwai   ALSA: Fix DocBook...
8
  <book id="ALSA-Driver-API">
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
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
    <bookinfo>
      <title>The ALSA Driver API</title>
  
      <legalnotice>
      <para>
      This document is free; you can redistribute it and/or modify it
      under the terms of the GNU General Public License as published by
      the Free Software Foundation; either version 2 of the License, or
      (at your option) any later version. 
      </para>
  
      <para>
      This document is distributed in the hope that it will be useful,
      but <emphasis>WITHOUT ANY WARRANTY</emphasis>; without even the
      implied warranty of <emphasis>MERCHANTABILITY or FITNESS FOR A
      PARTICULAR PURPOSE</emphasis>. See the GNU General Public License
      for more details.
      </para>
  
      <para>
      You should have received a copy of the GNU General Public
      License along with this program; if not, write to the Free
      Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
      MA 02111-1307 USA
      </para>
      </legalnotice>
  
    </bookinfo>
5f8206c04   Takashi Iwai   ALSA: Fix DocBook...
37
  <toc></toc>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
38
    <chapter><title>Management of Cards and Devices</title>
5bda9fa1a   Nicolas Kaiser   [ALSA] Documentat...
39
       <sect1><title>Card Management</title>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
40
41
42
43
44
  !Esound/core/init.c
       </sect1>
       <sect1><title>Device Components</title>
  !Esound/core/device.c
       </sect1>
a81792f66   Johannes Berg   remove mention of...
45
       <sect1><title>Module requests and Device File Entries</title>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
  !Esound/core/sound.c
       </sect1>
       <sect1><title>Memory Management Helpers</title>
  !Esound/core/memory.c
  !Esound/core/memalloc.c
       </sect1>
    </chapter>
    <chapter><title>PCM API</title>
       <sect1><title>PCM Core</title>
  !Esound/core/pcm.c
  !Esound/core/pcm_lib.c
  !Esound/core/pcm_native.c
       </sect1>
       <sect1><title>PCM Format Helpers</title>
  !Esound/core/pcm_misc.c
       </sect1>
5bda9fa1a   Nicolas Kaiser   [ALSA] Documentat...
62
       <sect1><title>PCM Memory Management</title>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
63
64
65
66
67
68
69
70
71
72
73
  !Esound/core/pcm_memory.c
       </sect1>
    </chapter>
    <chapter><title>Control/Mixer API</title>
       <sect1><title>General Control Interface</title>
  !Esound/core/control.c
       </sect1>
       <sect1><title>AC97 Codec API</title>
  !Esound/pci/ac97/ac97_codec.c
  !Esound/pci/ac97/ac97_pcm.c
       </sect1>
79c7cdd54   Takashi Iwai   ALSA: Add kernel-...
74
75
76
77
       <sect1><title>Virtual Master Control API</title>
  !Esound/core/vmaster.c
  !Iinclude/sound/control.h
       </sect1>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
    </chapter>
    <chapter><title>MIDI API</title>
       <sect1><title>Raw MIDI API</title>
  !Esound/core/rawmidi.c
       </sect1>
       <sect1><title>MPU401-UART API</title>
  !Esound/drivers/mpu401/mpu401_uart.c
       </sect1>
    </chapter>
    <chapter><title>Proc Info API</title>
       <sect1><title>Proc Info Interface</title>
  !Esound/core/info.c
       </sect1>
    </chapter>
    <chapter><title>Miscellaneous Functions</title>
       <sect1><title>Hardware-Dependent Devices API</title>
  !Esound/core/hwdep.c
       </sect1>
662c319ae   Takashi Iwai   ALSA: Add sound/c...
96
97
98
       <sect1><title>Jack Abstraction Layer API</title>
  !Esound/core/jack.c
       </sect1>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
99
100
101
102
103
104
105
106
107
       <sect1><title>ISA DMA Helpers</title>
  !Esound/core/isadma.c
       </sect1>
       <sect1><title>Other Helper Macros</title>
  !Iinclude/sound/core.h
       </sect1>
    </chapter>
  
  </book>