summaryrefslogtreecommitdiff
path: root/include/timer.h
Commit message (Collapse)AuthorAgeFilesLines
* Defined symbols exposing the hrtimer to applications.Pedro Lopez-Cabanillas2009-11-081-0/+2
| | | | | Signed-off-by: Pedro Lopez-Cabanillas <pedro.lopez.cabanillas@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Remove assert from header filesTakashi Iwai2007-10-251-5/+5
| | | | | | | | Putting assert in the public macros isn't good idea at all. Let's get rid of them. Also, clean up snd*_alloca() functions to use a helper macro instead of copy and paste.
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-151-1/+1
|
* direct plugins (dmix) - suspend/resume fixesJaroslav Kysela2005-08-161-0/+4
| | | | | | | - this patch adds support for suspend & result for dmix and other direct plugins - the timer detection / initialization (TREAD support) was redesigned and the check for proper driver version was moved to the timer_hw.c
* Fix doxygen documentsTakashi Iwai2005-05-241-3/+3
| | | | | Fix the warnings of doxygen parsing. Add some missing documentation.
* added full async interface to timer APIJaroslav Kysela2005-05-111-0/+3
| | | | | - added snd_async_add_timer_handler and snd_async_handler_get_timer functions - added async command to test/timer.c
* API for device name lists and timer enhancementsJaroslav Kysela2005-05-101-0/+18
| | | | | - new snd_names_list and snd_names_list_free functions - added snd_timer_ginfo related functions to the timer API
* add HPET supportClemens Ladisch2005-03-211-0/+2
| | | | add a wrapper for the HPET driver
* fix some file paths in commentsClemens Ladisch2005-01-171-3/+3
| | | | | doxygen complains if the file name specified with \file does not match the real file name, so fix it
* Added early event extension to the timer API - and a fix for the direct pluginsJaroslav Kysela2004-04-061-2/+5
|
* Updated to new timer APIJaroslav Kysela2003-03-041-8/+48
|
* Timestamp update (struct timeval -> struct timespec).Jaroslav Kysela2003-02-281-1/+1
|
* Corrections by Kevin Conder <kconder@interaccess.com>Jaroslav Kysela2002-03-121-1/+1
|
* More documentation changes (rawmidi, timer)Jaroslav Kysela2002-02-111-1/+1
|
* removed comma from last element of enums.Takashi Iwai2002-02-051-3/+3
|
* Added more informative comments to open mode flagsJaroslav Kysela2002-01-281-2/+2
|
* Updated GNU GPL license (address).Jaroslav Kysela2001-12-301-5/+5
| | | | Changed GNU LGPL licence from 2.0 to 2.1.
* Added snd_*_poll_descriptors_revents functions.Jaroslav Kysela2001-11-301-0/+1
|
* Added snd_*_open_lconf functions.Jaroslav Kysela2001-11-241-0/+2
| | | | Some minor changes in config interface documentation.
* pcm.h - major documentation updates and reorderingJaroslav Kysela2001-11-141-6/+6
| | | | Cleanup for __cplusplus defines.
* Separated asoundlib.h to small files.Jaroslav Kysela2001-09-131-6/+31
|
* Fixed some typos for timer interface.Jaroslav Kysela2001-08-281-2/+6
|
* The main header file is not dependant on asound.h from driver.Jaroslav Kysela2001-08-201-14/+14
|
* Added symbol versioning for dlsym-callbacks.Jaroslav Kysela2001-08-151-0/+5
| | | | Removed snd_config_refer_load from confmisc.c and pcm.c.
* Renamed class to dev_classJaroslav Kysela2001-07-181-2/+2
|
* Added encapsulation for timer interfaceJaroslav Kysela2001-07-161-13/+64
|
* Updated timer interface to follow new uniform configuration style.Jaroslav Kysela2001-07-161-17/+44
|
* Improved in-source documentation (interfaces are divided into modules).Jaroslav Kysela2001-04-241-0/+8
|
* Name cleaning for hwdep and timer APIAbramo Bagnara2001-03-291-15/+15
|
* Get rid of enum type checking ugly trickAbramo Bagnara2001-03-291-19/+15
|
* Added mode argument to open functions where it was missing. First part of ↵Abramo Bagnara2001-03-261-1/+1
| | | | CTL documentation
* Changed descriptors_countAbramo Bagnara2001-02-181-1/+1
|
* Changed behaviour of poll_descriptors function (returns the filled count of ↵Jaroslav Kysela2001-02-141-0/+1
| | | | | | | fds). Added poll_descriptors_count functions. Added snd_mixer_elem_count function.
* More generic support for poll descriptorsAbramo Bagnara2001-02-121-1/+1
|
* Control API encapsulation. Better names for kernel API. Simpler PCM ↵Abramo Bagnara2001-02-061-0/+3
| | | | hw_params API. Added missing const.
* Encapsulated hwdep. Converted all enums to type safetyAbramo Bagnara2001-02-051-13/+20
|
* Added snd_ prefix to mask and interval. Divided header.h wrappersAbramo Bagnara2001-01-301-2/+29
|
* Changes and cleanups for the timer API.Jaroslav Kysela2000-11-301-1/+1
| | | | The device lists use the next device syntax now.
* Merged pcmfinal branch.Jaroslav Kysela2000-11-201-2/+1
|
* Merged pcmplug branch.Jaroslav Kysela2000-09-241-1/+1
|
* Another API cleanups.Jaroslav Kysela2000-04-181-0/+1
| | | | Added setup functions for rawmidi and timer interfaces.
* Changed data type of alsa-lib handles from 'void *' to the specific type forFrank van de Pol1999-06-021-12/+14
| | | | | the handle in use. This should be more type-safe as the compiler will perform checking on type now.
* Merged new-mixer branch...Jaroslav Kysela1999-03-081-0/+28