summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: Suppress timestampTakashi Iwai2016-06-231-0/+2
| | | | | | | The build timestamp in the doc is bad for packaging in general, so let's disable it as default. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* topology: doxygen: Add doxygen support for topology core.Liam Girdwood2015-07-302-2/+6
| | | | | Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* docs: Add UCM link to main doxygen page.Liam Girdwood2015-06-291-0/+1
| | | | | Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* ucm: docs: fix doxygen exclude patch for UCM local headerLiam Girdwood2015-06-291-1/+1
| | | | | Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* autotools: update stylePatrick Welche2014-02-261-1/+1
| | | | | | | | | - rename configure.in to configure.ac - replace INCLUDES with AM_CPPFLAGS - modernize AM_INIT_AUTOMAKE invocation Signed-off-by: Patrick Welche <prlw1@cam.ac.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* all places: doxygen cleanupsJaroslav Kysela2013-04-081-1/+1
| | | | | | I see no errors with these changes using doxygen 1.8.1.1 . Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* doc: Use 'rm -rf' for the html doxygen tree (it contains search/ dir now)Jaroslav Kysela2012-09-061-2/+2
| | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* ucm: Moved ucm to src/ucm subdirectoryJaroslav Kysela2010-09-151-2/+4
| | | | | | | | - separate code to more files - use standard lists to represent structures - use alsa-lib configuration parser Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* ucm: build - add build support for Use Case ManagerLiam Girdwood2010-08-231-0/+1
| | | | | | | | | Add doxygen and make support for UCM. CC: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Justin Xu <justinx@slimlogic.co.uk> Signed-off-by: Stefan Schmidt <stefan@slimlogic.co.uk> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
* doc: hide structs with typedefsClemens Ladisch2009-08-041-0/+1
| | | | | | | | In the documentation, hide structure types that have a corresponding typedef. Since doxygen 1.5.4, this is no longer the default when OPTIMIZE_OUTPUT_FOR_C is set. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
* doc: fix handling of @top_srcdir@Clemens Ladisch2009-08-041-1/+1
| | | | | | | | | | The value of top_srcdir should be replaced in the config file, not in the makefile, so we have to escape it in the makefile. In the default case, the value of top_srcdir is ".." which, when used as a regular expression, is a little bit too inclusive. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
* Create doxgen.cfg dynamicallyTakashi Iwai2008-02-253-119/+120
| | | | | | | | | | | | | | | | | | | The patch from bug#3799 https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3799 The "doc" target in doc/Makefile.am assumes the build directory and the source directory are the same and fails if they differ ... this is because the doxygen.cfg contains relative paths (such as ../) that only work when building in the source tree The attached patch against hg replaces all relative paths with @top_srcdir@ and changes doxygen.cfg to a generated file so that configure replaces @top_srcdir@ with the appropriate configure-time path. Assuming people like being able to do `make -f Makefile.am doc` on an unconfigured and having it work, i added a small `test&&sed` that'll generate an appropriate default doxygen.cfg for them.
* Remove obsolete instr directoryTakashi Iwai2008-01-231-2/+1
|
* Remove sequencer instrument layerTakashi Iwai2007-10-301-2/+0
| | | | | | | Remove obsoleted sequencer instrument layer from alsa-lib. The old symbols are compiled in as default as dummy functions (unless --disable-old-symbols is given to configure) so that the old binaries can still work more or less.
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-151-1/+1
|
* Add the missing include/mixer.h to doxygen.cfgTakashi Iwai2007-08-221-0/+1
|
* Add missing pcm_empty.c in doxygen configurationTakashi Iwai2007-08-101-0/+1
|
* Split mmap-emulation code from hw layerTakashi Iwai2007-07-111-0/+1
| | | | | Move out mmap-emulation code from hw layer to its own plugin. This cleans up the mess in pcm_hw.c.
* add snd_device_name_hint() function and initial implementationJaroslav Kysela2006-10-111-0/+1
| | | | | | | | | | - add snd_device_name_hint() and snd_device_name_free_hint() functions - add snd_ctl_iface_conf_name() functions - do not accept parameters for the plugin definition without @args section - add defaults.pcm.dmix.card/device and dsnoop.card/device definitions - add hints for HDA-Intel.conf, pcm/dmix.conf, pcm/dsnoop.conf and alsa.conf - add test/namehint test utility - doxygen related cleanups
* Fix examples for PCM API. Fix dogygen warnings.Jaroslav Kysela2006-07-111-2/+1
|
* Add detailed documentation for external control plugin SDKTakashi Iwai2005-06-132-0/+2
| | | | Added the detailed documentation for external control plugin SDK.
* initial & empty smixer-ac97.so module (only the build framework)Jaroslav Kysela2005-06-071-1/+1
|
* Add description for perm option of file pluginTakashi Iwai2005-05-301-1/+1
| | | | Added the description for the new "perm" option of file plugin.
* Corrected ipc_gidJaroslav Kysela2005-05-301-3/+3
|
* Added ipc_gidJaroslav Kysela2005-05-301-0/+3
|
* Fix doxygen documentsTakashi Iwai2005-05-241-1/+4
| | | | | Fix the warnings of doxygen parsing. Add some missing documentation.
* Fix documentation of external PCM plugin SDKTakashi Iwai2005-05-241-0/+3
| | | | Fix documentation of external PCM plugin SDK.
* Add external PCM pluginTakashi Iwai2005-04-141-0/+1
| | | | Added the section for external PCM plugin.
* More doxygen commentsTakashi Iwai2005-03-091-0/+2
| | | | Added more doxygen comments in pcm_extplug and pcm_ioplug codes.
* Add softvol PCM pluginTakashi Iwai2004-12-271-0/+1
| | | | | | | | | The softvol PCM plugin is added. It applies the software volume attenuation, which may be useful for codecs without volume controls. Currently, the control is only mono. The attenuation is applied to all channels equally. The control is probed and automatically created when not exists yet.
* Summay: Added doc-pack and doc-clean rulesJaroslav Kysela2004-09-071-0/+13
|
* fixed documents to process properly via doxygen.Takashi Iwai2004-05-242-0/+2
|
* fix doxygen errors (syntax errors and wrong references)Clemens Ladisch2004-03-021-1/+7
|
* - added asym plugin.Takashi Iwai2004-01-081-0/+1
|
* - new e-mail address of Frank van de Pol.Takashi Iwai2004-01-071-1/+1
|
* Maik Broemme <mbroemme@plusserver.de>Jaroslav Kysela2003-12-071-0/+3
| | | | | | | - added ipc_perm for dmix plugin Jaroslav Kysela <perex@suse.cz> - added ipc_perm for dsnoop and dshare plugins - added ipc_perm to doc/asoundrc.txt
* added pcm_d* files.Takashi Iwai2003-03-261-0/+4
|
* Added dsnoop and dshare pluginsJaroslav Kysela2003-03-191-0/+16
|
* Added bindings to dmix pluginJaroslav Kysela2003-03-181-0/+3
|
* Added 32-bit sample support to dmix pluginJaroslav Kysela2003-03-181-0/+2
|
* Added more example for dmix pluginJaroslav Kysela2003-03-011-0/+2
|
* Added dmix pluginJaroslav Kysela2003-02-121-0/+7
|
* Reverted back the PCM API.Jaroslav Kysela2002-09-191-1/+1
| | | | | | New snd_pcm_hw_params_* functions are available only explicitly when ALSA_PCM_NEW_HW_PARAMS_API is defined. Updated documentation and test code to new API.
* Documentation update by Clement LadishJaroslav Kysela2002-07-231-16/+16
|
* Added pictures to EXTRA_DISTJaroslav Kysela2002-03-092-0/+3
|
* Added pictures for PCM introJaroslav Kysela2002-02-133-0/+1
|
* More documentation changes (rawmidi, timer)Jaroslav Kysela2002-02-112-2/+8
|
* Changes against latest doxygenJaroslav Kysela2002-02-041-1/+4
|
* Added description of shm, null and rate pluginsJaroslav Kysela2002-01-221-0/+3
|
* Added initial comments for PCM pluginsJaroslav Kysela2002-01-161-0/+8
|