summaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/alsa-driver-api.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* ALSA: doc: ReSTize alsa-driver-api documentTakashi Iwai2016-11-101-142/+0
| | | | | | | | | | | | A simple conversion of alsa-driver-api document from DocBook to ReST. It's moved to the new Documentation/sound/kernel-api subdirectory that will contain other ALSA kernel API documents. The GPL legal note was removed, as it's superfluous (and doesn't fit with ReST kernel docs pretty well). Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: DocBook: Add soc-ops.c and soc-compress.cTakashi Iwai2015-10-281-0/+2
| | | | | | | These have been missing in the template file although they provide good kernel doc comments. Let's add them. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ASoC: Clean up docbook warningsJonathan Corbet2015-08-281-1/+1
| | | | | | | | | | A number of functions and structures in the sound subsystem had incomplete and/or obsolete DocBook comments, leading to warnings when the docs were built. Correct those comments so that we can enjoy our audio in the absence of warning noise. Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mark Brown <broonie@kernel.org>
* ALSA: doc: Fix missing "I" for kerneldoc inclusionTakashi Iwai2014-10-301-1/+1
| | | | | Fixes: 90446d0746c3 ('ALSA: doc: Add missing headers and compress stuff to alsa-driver-api.tmpl') Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: doc: Add ASoC codes into API documentationTakashi Iwai2014-10-301-1/+18
| | | | Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: doc: Include uapi/sound/compress_*.h, tooTakashi Iwai2014-10-291-0/+2
| | | | Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: doc: Add missing headers and compress stuff to alsa-driver-api.tmplTakashi Iwai2014-10-281-0/+12
| | | | | | | Some header files have kereldoc comments but are not referred properly. Let's add them. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ALSA: Move ALSA docbooks to be with the rest of the kernel docbooksRandy Dunlap2009-03-091-0/+109
Move ALSA docbooks to be with the rest of the kernel docbooks and add them to the Makefile so that they build. Latter required a few minor changes to alsa .tmpl files. (I did not remove all of the trailing whitespace in the .tmpl files.) Fixes kernel bugzilla #12726: http://bugzilla.kernel.org/show_bug.cgi?id=12726 Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: documentation_man-pages@kernel-bugs.osdl.org Cc: Nicola Soranzo <nsoranzo@tiscali.it> Signed-off-by: Takashi Iwai <tiwai@suse.de>