diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-10-30 07:44:00 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-10-30 07:44:00 -0400 |
commit | 438f4e2801d730442d6fc36ab2b265c4b54cff8b (patch) | |
tree | 790e9fb958ef01bbd2dd419fe0dae1481a1caae9 /Documentation/DocBook | |
parent | dda42bd0c3a4b7be1561546914eda59b68a58be4 (diff) |
ALSA: doc: Add ASoC codes into API documentation
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/alsa-driver-api.tmpl | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Documentation/DocBook/alsa-driver-api.tmpl b/Documentation/DocBook/alsa-driver-api.tmpl index 7bec270e2494..b2d2c3b74fb0 100644 --- a/Documentation/DocBook/alsa-driver-api.tmpl +++ b/Documentation/DocBook/alsa-driver-api.tmpl | |||
@@ -104,13 +104,30 @@ | |||
104 | !Iinclude/sound/compress_driver.h | 104 | !Iinclude/sound/compress_driver.h |
105 | </sect1> | 105 | </sect1> |
106 | </chapter> | 106 | </chapter> |
107 | <chapter><title>ASoC</title> | ||
108 | <sect1><title>ASoC Core API</title> | ||
109 | !Iinclude/sound/soc.h | ||
110 | !Esound/soc/soc-core.c | ||
111 | !Esound/soc/soc-cache.c | ||
112 | !Esound/soc/soc-devres.c | ||
113 | !Esound/soc/soc-io.c | ||
114 | !Esound/soc/soc-pcm.c | ||
115 | </sect1> | ||
116 | <sect1><title>ASoC DAPM API</title> | ||
117 | !Esound/soc/soc-dapm.c | ||
118 | </sect1> | ||
119 | <sect1><title>ASoC DMA Engine API</title> | ||
120 | !Esound/soc/soc-generic-dmaengine-pcm.c | ||
121 | </sect1> | ||
122 | </chapter> | ||
107 | <chapter><title>Miscellaneous Functions</title> | 123 | <chapter><title>Miscellaneous Functions</title> |
108 | <sect1><title>Hardware-Dependent Devices API</title> | 124 | <sect1><title>Hardware-Dependent Devices API</title> |
109 | !Esound/core/hwdep.c | 125 | !Esound/core/hwdep.c |
110 | </sect1> | 126 | </sect1> |
111 | <sect1><title>Jack Abstraction Layer API</title> | 127 | <sect1><title>Jack Abstraction Layer API</title> |
112 | !Esound/core/jack.c | ||
113 | !Iinclude/sound/jack.h | 128 | !Iinclude/sound/jack.h |
129 | !Esound/core/jack.c | ||
130 | !Esound/soc/soc-jack.c | ||
114 | </sect1> | 131 | </sect1> |
115 | <sect1><title>ISA DMA Helpers</title> | 132 | <sect1><title>ISA DMA Helpers</title> |
116 | !Esound/core/isadma.c | 133 | !Esound/core/isadma.c |