alsa-driver-api.tmpl 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
  2. <book>
  3. <?dbhtml filename="index.html">
  4. <!-- ****************************************************** -->
  5. <!-- Header -->
  6. <!-- ****************************************************** -->
  7. <bookinfo>
  8. <title>The ALSA Driver API</title>
  9. <legalnotice>
  10. <para>
  11. This document is free; you can redistribute it and/or modify it
  12. under the terms of the GNU General Public License as published by
  13. the Free Software Foundation; either version 2 of the License, or
  14. (at your option) any later version.
  15. </para>
  16. <para>
  17. This document is distributed in the hope that it will be useful,
  18. but <emphasis>WITHOUT ANY WARRANTY</emphasis>; without even the
  19. implied warranty of <emphasis>MERCHANTABILITY or FITNESS FOR A
  20. PARTICULAR PURPOSE</emphasis>. See the GNU General Public License
  21. for more details.
  22. </para>
  23. <para>
  24. You should have received a copy of the GNU General Public
  25. License along with this program; if not, write to the Free
  26. Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  27. MA 02111-1307 USA
  28. </para>
  29. </legalnotice>
  30. </bookinfo>
  31. <chapter><title>Management of Cards and Devices</title>
  32. <sect1><title>Card Managment</title>
  33. !Esound/core/init.c
  34. </sect1>
  35. <sect1><title>Device Components</title>
  36. !Esound/core/device.c
  37. </sect1>
  38. <sect1><title>KMOD and Device File Entries</title>
  39. !Esound/core/sound.c
  40. </sect1>
  41. <sect1><title>Memory Management Helpers</title>
  42. !Esound/core/memory.c
  43. !Esound/core/memalloc.c
  44. </sect1>
  45. </chapter>
  46. <chapter><title>PCM API</title>
  47. <sect1><title>PCM Core</title>
  48. !Esound/core/pcm.c
  49. !Esound/core/pcm_lib.c
  50. !Esound/core/pcm_native.c
  51. </sect1>
  52. <sect1><title>PCM Format Helpers</title>
  53. !Esound/core/pcm_misc.c
  54. </sect1>
  55. <sect1><title>PCM Memory Managment</title>
  56. !Esound/core/pcm_memory.c
  57. </sect1>
  58. </chapter>
  59. <chapter><title>Control/Mixer API</title>
  60. <sect1><title>General Control Interface</title>
  61. !Esound/core/control.c
  62. </sect1>
  63. <sect1><title>AC97 Codec API</title>
  64. !Esound/pci/ac97/ac97_codec.c
  65. !Esound/pci/ac97/ac97_pcm.c
  66. </sect1>
  67. </chapter>
  68. <chapter><title>MIDI API</title>
  69. <sect1><title>Raw MIDI API</title>
  70. !Esound/core/rawmidi.c
  71. </sect1>
  72. <sect1><title>MPU401-UART API</title>
  73. !Esound/drivers/mpu401/mpu401_uart.c
  74. </sect1>
  75. </chapter>
  76. <chapter><title>Proc Info API</title>
  77. <sect1><title>Proc Info Interface</title>
  78. !Esound/core/info.c
  79. </sect1>
  80. </chapter>
  81. <chapter><title>Miscellaneous Functions</title>
  82. <sect1><title>Hardware-Dependent Devices API</title>
  83. !Esound/core/hwdep.c
  84. </sect1>
  85. <sect1><title>ISA DMA Helpers</title>
  86. !Esound/core/isadma.c
  87. </sect1>
  88. <sect1><title>Other Helper Macros</title>
  89. !Iinclude/sound/core.h
  90. </sect1>
  91. </chapter>
  92. </book>