| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use __func__ instead of __FUNCTION__ | Michael Forney | 2019-06-12 | 1 | -4/+4 |
| | | | | | | | | | They are equivalent, but __func__ is in C99. __FUNCTION__ exists only for backwards compatibility with old gcc versions. Signed-off-by: Michael Forney <mforney@mforney.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> | ||||
| * | Change FSF address (Franklin Street) | Jaroslav Kysela | 2017-11-14 | 1 | -1/+1 |
| | | | | | Signed-off-by: Jaroslav Kysela <perex@perex.cz> | ||||
| * | all places: doxygen cleanups | Jaroslav Kysela | 2013-04-08 | 1 | -0/+1 |
| | | | | | | | I see no errors with these changes using doxygen 1.8.1.1 . Signed-off-by: Jaroslav Kysela <perex@perex.cz> | ||||
| * | Add snd_lib_error_set_local() to install a thread-local error handler. | Jerome Forissier | 2013-01-31 | 1 | -0/+6 |
| | | | | | | | | | | | | This is required so we can make other functions reentrant (such as snd_device_name_hint()). The default error handling function snd_lib_error_default() now checks if a local handler exists, and if so, calls it. Otherwise, the previous behavior is unchanged. Signed-off-by: Jerome Forissier <jerome@taodyne.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> | ||||
| * | Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz | Jaroslav Kysela | 2007-10-15 | 1 | -1/+1 |
| | | |||||
| * | fix some file paths in comments | Clemens Ladisch | 2005-01-17 | 1 | -1/+1 |
| | | | | | | doxygen complains if the file name specified with \file does not match the real file name, so fix it | ||||
| * | More alisp extensions (card related functions, ctl_card_info). | Jaroslav Kysela | 2003-07-29 | 1 | -0/+1 |
| | | |||||
| * | Documentation update by Clement Ladish | Jaroslav Kysela | 2002-07-23 | 1 | -19/+22 |
| | | |||||
| * | Updated GNU GPL license (address). | Jaroslav Kysela | 2001-12-30 | 1 | -5/+5 |
| | | | | | Changed GNU LGPL licence from 2.0 to 2.1. | ||||
| * | pcm.h - major documentation updates and reordering | Jaroslav Kysela | 2001-11-14 | 1 | -8/+8 |
| | | | | | Cleanup for __cplusplus defines. | ||||
| * | Separated asoundlib.h to small files. | Jaroslav Kysela | 2001-09-13 | 1 | -0/+40 |
| | | |||||
| * | Added documentation for instrument and midi event functions. | Jaroslav Kysela | 2001-07-11 | 1 | -2/+2 |
| | | | | | | Removed snd_enum_() macros. Documentation changes in asoundlib.h. | ||||
| * | Completed parametric configuration and begun to use it | Abramo Bagnara | 2001-05-22 | 1 | -1/+1 |
| | | |||||
| * | Improved in-source documentation (interfaces are divided into modules). | Jaroslav Kysela | 2001-04-24 | 1 | -2/+6 |
| | | |||||
| * | More documentation | Abramo Bagnara | 2001-03-29 | 1 | -0/+9 |
| | | |||||
| * | Added configurable error handlers. | Jaroslav Kysela | 2000-11-25 | 1 | -0/+4 |
| | | |||||
| * | UNUSED -> ATTRIBUTE_UNUSED (follows /usr/include/ansidecl.h) | Jaroslav Kysela | 2000-08-06 | 1 | -1/+1 |
| | | |||||
| * | More mixer updates and some fixes... | Jaroslav Kysela | 1999-07-22 | 1 | -1/+1 |
| | | |||||
| * | Initial revision | Jaroslav Kysela | 1998-08-13 | 1 | -0/+17 |
