summaryrefslogtreecommitdiff
path: root/src/timer
AgeCommit message (Expand)AuthorFilesLines
2014-02-26autotools: update stylePatrick Welche1-1/+1
2012-11-26Merge kernel uapi/sound/asound.h and asequencer.hTakashi Iwai1-2/+2
2009-11-08Remove redefinition of _GNU_SOURCE and __USE_GNUTakashi Iwai1-1/+0
2009-11-08Remove old commented-out FD_CLOEXEC codeRémi Denis-Courmont1-11/+0
2009-08-10timer_query: make ops structure constantClemens Ladisch1-1/+1
2008-11-21Make all the remaining ops structure constants.Diego E. 'Flameeyes' Pettenò3-3/+3
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela6-8/+8
2007-03-22Allow build without libdl and libpthreadTakashi Iwai2-2/+0
2007-01-08Fix error code in timer_query.cTakashi Iwai1-0/+1
2007-01-08initialize dl handles where it needs toBenoit Fouet2-2/+2
2006-10-27Fix build of static libraryTakashi Iwai1-1/+1
2006-09-29timer_hw: fix file descriptor leakJaroslav Kysela1-1/+1
2006-04-25Fix missing snd_dlclose() in timer handlersTakashi Iwai3-2/+22
2006-03-14Suppress warning messages from old timerTakashi Iwai1-1/+1
2006-02-27allow changing of device directory pathClemens Ladisch2-2/+2
2006-02-27remove superfluous free() checksClemens Ladisch2-4/+2
2006-02-27Do not abort in snd_xxx_close() functionsClemens Ladisch2-6/+4
2005-08-16direct plugins (dmix) - suspend/resume fixesJaroslav Kysela1-0/+5
2005-08-16timer_hw - Changed TIMER_VERSION_MAX to 2.0.5Jaroslav Kysela1-1/+1
2005-06-28Fix compile warnings with gcc-4Takashi Iwai2-4/+4
2005-05-24Fix doxygen documentsTakashi Iwai3-11/+20
2005-05-15Change some timer ioctls due to conflictionTakashi Iwai1-3/+25
2005-05-11added full async interface to timer APIJaroslav Kysela3-0/+55
2005-05-10API for device name lists and timer enhancementsJaroslav Kysela1-0/+151
2005-05-06Fedora 4 patch - gcc4 fixesJaroslav Kysela1-1/+1
2005-02-11Fix resmgr supportTakashi Iwai2-16/+2
2005-01-26Add resmgr supportTakashi Iwai2-2/+18
2004-05-24fixed documents to process properly via doxygen.Takashi Iwai2-2/+2
2004-04-06Added early event extension to the timer API - and a fix for the direct pluginsJaroslav Kysela1-3/+30
2003-07-25fixes by Art Haas <ahaas@airmail.net>:Takashi Iwai1-5/+5
2003-03-11Fixed compilation --with-versioned=noJaroslav Kysela2-7/+7
2003-03-05Fixed compilation problemJaroslav Kysela1-0/+4
2003-03-04Updated to new timer APIJaroslav Kysela5-10/+171
2003-03-02Timer cleanups against the latest APIJaroslav Kysela2-2/+11
2003-02-28Timestamp update (struct timeval -> struct timespec).Jaroslav Kysela1-1/+1
2003-02-07fixed typo.Takashi Iwai1-1/+1
2003-02-06Added snd_timer_async() function.Jaroslav Kysela3-9/+68
2003-02-05Commented out FD_CLOEXEC fcntl() callsJaroslav Kysela1-0/+5
2003-02-04Added handling of FD_CLOEXEC flagJaroslav Kysela1-4/+11
2002-11-30Added POLLNVAL to poll->eventsJaroslav Kysela1-3/+3
2002-02-11More documentation changes (rawmidi, timer)Jaroslav Kysela1-0/+40
2001-12-30Updated GNU GPL license (address).Jaroslav Kysela6-30/+30
2001-12-27Added missing variable initialization in open_conf() functions (hwdep, timer)...Jaroslav Kysela2-10/+3
2001-11-30Added snd_*_poll_descriptors_revents functions.Jaroslav Kysela1-3/+21
2001-11-24Added snd_*_open_lconf functions.Jaroslav Kysela2-0/+36
2001-11-19Configuration:Jaroslav Kysela4-6/+26
2001-10-24Added missing files with symbols.Jaroslav Kysela1-0/+46
2001-10-24Changes for static build.Jaroslav Kysela5-21/+35
2001-08-28Fixed some typos for timer interface.Jaroslav Kysela2-3/+3
2001-08-15Added symbol versioning for dlsym-callbacks.Jaroslav Kysela4-6/+16