summaryrefslogtreecommitdiff
path: root/src/timer
Commit message (Expand)AuthorAgeFilesLines
* timer: remove dead code in _snd_timer_hw_open()Jaroslav Kysela2021-06-021-2/+0
* ucm: add LibraryConfig supportJaroslav Kysela2021-04-131-3/+9
* conf: introduce snd_config_get_card() functionJaroslav Kysela2021-02-261-10/+4
* timer: fix sizeof operator mismatch in snd_timer_query_hw_openAlex Henrie2020-12-271-1/+1
* add support for GCC's LTOJaroslav Kysela2019-04-092-7/+7
* core: Proper reference of internal snd_dlopen()Takashi Iwai2018-01-042-2/+2
* timer: Proper reference of internal versioned symbolsTakashi Iwai2018-01-041-0/+10
* Change snd_dlopen() function to return the error stringJaroslav Kysela2017-11-272-6/+6
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-146-6/+6
* 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