summaryrefslogtreecommitdiff
path: root/src/timer
Commit message (Expand)AuthorAgeFilesLines
* conf: Add thread-safe global tree referenceTakashi Iwai2016-05-172-4/+12
* Only use F_SETSIG fcntl where it exists.Thomas Klausner2016-03-031-0/+2
* fix _GNU_SOURCE handling & header inclusionMike Frysinger2015-10-125-28/+4
* Allow hint for ctl, hwdep, timer and seqTakashi Iwai2015-04-302-6/+2
* autotools: update stylePatrick Welche2014-02-261-1/+1
* Merge kernel uapi/sound/asound.h and asequencer.hTakashi Iwai2012-11-261-2/+2
* Remove redefinition of _GNU_SOURCE and __USE_GNUTakashi Iwai2009-11-081-1/+0
* Remove old commented-out FD_CLOEXEC codeRémi Denis-Courmont2009-11-081-11/+0
* timer_query: make ops structure constantClemens Ladisch2009-08-101-1/+1
* Make all the remaining ops structure constants.Diego E. 'Flameeyes' Pettenò2008-11-213-3/+3
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-156-8/+8
* Allow build without libdl and libpthreadTakashi Iwai2007-03-222-2/+0
* Fix error code in timer_query.cTakashi Iwai2007-01-081-0/+1
* initialize dl handles where it needs toBenoit Fouet2007-01-082-2/+2
* Fix build of static libraryTakashi Iwai2006-10-271-1/+1
* timer_hw: fix file descriptor leakJaroslav Kysela2006-09-291-1/+1
* Fix missing snd_dlclose() in timer handlersTakashi Iwai2006-04-253-2/+22
* Suppress warning messages from old timerTakashi Iwai2006-03-141-1/+1
* allow changing of device directory pathClemens Ladisch2006-02-272-2/+2
* remove superfluous free() checksClemens Ladisch2006-02-272-4/+2
* Do not abort in snd_xxx_close() functionsClemens Ladisch2006-02-272-6/+4
* direct plugins (dmix) - suspend/resume fixesJaroslav Kysela2005-08-161-0/+5
* timer_hw - Changed TIMER_VERSION_MAX to 2.0.5Jaroslav Kysela2005-08-161-1/+1
* Fix compile warnings with gcc-4Takashi Iwai2005-06-282-4/+4
* Fix doxygen documentsTakashi Iwai2005-05-243-11/+20
* Change some timer ioctls due to conflictionTakashi Iwai2005-05-151-3/+25
* added full async interface to timer APIJaroslav Kysela2005-05-113-0/+55
* API for device name lists and timer enhancementsJaroslav Kysela2005-05-101-0/+151
* Fedora 4 patch - gcc4 fixesJaroslav Kysela2005-05-061-1/+1
* Fix resmgr supportTakashi Iwai2005-02-112-16/+2
* Add resmgr supportTakashi Iwai2005-01-262-2/+18
* fixed documents to process properly via doxygen.Takashi Iwai2004-05-242-2/+2
* Added early event extension to the timer API - and a fix for the direct pluginsJaroslav Kysela2004-04-061-3/+30
* fixes by Art Haas <ahaas@airmail.net>:Takashi Iwai2003-07-251-5/+5
* Fixed compilation --with-versioned=noJaroslav Kysela2003-03-112-7/+7
* Fixed compilation problemJaroslav Kysela2003-03-051-0/+4
* Updated to new timer APIJaroslav Kysela2003-03-045-10/+171
* Timer cleanups against the latest APIJaroslav Kysela2003-03-022-2/+11
* Timestamp update (struct timeval -> struct timespec).Jaroslav Kysela2003-02-281-1/+1
* fixed typo.Takashi Iwai2003-02-071-1/+1
* Added snd_timer_async() function.Jaroslav Kysela2003-02-063-9/+68
* Commented out FD_CLOEXEC fcntl() callsJaroslav Kysela2003-02-051-0/+5
* Added handling of FD_CLOEXEC flagJaroslav Kysela2003-02-041-4/+11
* Added POLLNVAL to poll->eventsJaroslav Kysela2002-11-301-3/+3
* More documentation changes (rawmidi, timer)Jaroslav Kysela2002-02-111-0/+40
* Updated GNU GPL license (address).Jaroslav Kysela2001-12-306-30/+30
* Added missing variable initialization in open_conf() functions (hwdep, timer)...Jaroslav Kysela2001-12-272-10/+3
* Added snd_*_poll_descriptors_revents functions.Jaroslav Kysela2001-11-301-3/+21
* Added snd_*_open_lconf functions.Jaroslav Kysela2001-11-242-0/+36
* Configuration:Jaroslav Kysela2001-11-194-6/+26