summaryrefslogtreecommitdiff
path: root/src/hwdep
AgeCommit message (Expand)AuthorFilesLines
2014-02-26autotools: update stylePatrick Welche1-1/+1
2013-05-24Allow specifying the max number of cardsTakashi Iwai1-1/+1
2011-05-04alsa-lib: fixed coverity reported issues under "FORWARD_NULL" checker.Sudarshan Bisht1-0/+1
2009-11-08Remove old commented-out FD_CLOEXEC codeRémi Denis-Courmont1-11/+0
2008-11-21Make all the remaining ops structure constants.Diego E. 'Flameeyes' Pettenò2-2/+2
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela4-5/+5
2007-03-22Allow build without libdl and libpthreadTakashi Iwai1-1/+0
2006-10-27Fix build of static libraryTakashi Iwai1-1/+1
2006-04-25Add missing snd_dlclose() in snd_hwdep_close()Takashi Iwai1-0/+2
2006-02-27allow changing of device directory pathClemens Ladisch1-2/+2
2006-02-27remove superfluous free() checksClemens Ladisch1-2/+1
2006-02-27Do not abort in snd_xxx_close() functionsClemens Ladisch1-3/+2
2005-06-28Fix compile warnings with gcc-4Takashi Iwai1-5/+5
2005-05-24Fix doxygen documentsTakashi Iwai1-20/+21
2005-05-06Fedora 4 patch - gcc4 fixesJaroslav Kysela1-1/+1
2005-02-11Fix resmgr supportTakashi Iwai1-13/+2
2005-01-26Add resmgr supportTakashi Iwai1-2/+15
2004-05-24fixed documents to process properly via doxygen.Takashi Iwai1-1/+1
2003-07-25fixes by Art Haas <ahaas@airmail.net>:Takashi Iwai1-6/+6
2003-02-25Increased versionJaroslav Kysela1-1/+1
2003-02-19- added the hwdep DSP loader API functions.Takashi Iwai1-0/+271
2003-02-12Added jack pluginJaroslav Kysela1-1/+1
2003-02-05Commented out FD_CLOEXEC fcntl() callsJaroslav Kysela1-0/+5
2003-02-04Added handling of FD_CLOEXEC flagJaroslav Kysela1-2/+9
2002-11-30Added POLLNVAL to poll->eventsJaroslav Kysela1-3/+3
2002-11-07Added missing snd_dlclose() callsJaroslav Kysela2-1/+10
2001-12-30Updated GNU GPL license (address).Jaroslav Kysela4-20/+20
2001-12-27Added missing variable initialization in open_conf() functions (hwdep, timer)...Jaroslav Kysela1-5/+2
2001-11-30Added snd_*_poll_descriptors_revents functions.Jaroslav Kysela1-3/+21
2001-11-24Fixed compilation problemJaroslav Kysela1-2/+3
2001-11-24Added snd_*_open_lconf functions.Jaroslav Kysela1-0/+16
2001-11-19Configuration:Jaroslav Kysela2-3/+13
2001-10-24Added missing files with symbols.Jaroslav Kysela1-0/+34
2001-10-24Changes for static build.Jaroslav Kysela3-11/+17
2001-08-15Added symbol versioning for dlsym-callbacks.Jaroslav Kysela2-3/+8
2001-08-08Fixed broken initializationJaroslav Kysela1-1/+1
2001-07-21Added hwdep_local.h to noinst_HEADERSJaroslav Kysela1-0/+1
2001-07-18More documentation updates.Jaroslav Kysela1-0/+1
2001-07-16Fixed typos.Jaroslav Kysela2-7/+6
2001-07-13Recoded hwdep API to follow modern conf style.Jaroslav Kysela5-160/+590
2001-07-11Added documentation for instrument and midi event functions.Jaroslav Kysela1-1/+1
2001-04-28Fixed O_NONBLOCKAbramo Bagnara1-2/+2
2001-03-29Lot of cleanings with the help of gcc3Abramo Bagnara1-1/+1
2001-03-29Name cleaning for hwdep and timer APIAbramo Bagnara1-2/+2
2001-02-12More generic support for poll descriptorsAbramo Bagnara1-20/+14
2001-02-06Control API encapsulation. Better names for kernel API. Simpler PCM hw_params...Abramo Bagnara2-6/+3
2001-02-05Encapsulated hwdep. Converted all enums to type safetyAbramo Bagnara3-2/+88
2001-01-31Removed card type from devices info. Added card number to devices info. Compl...Abramo Bagnara1-1/+1
2001-01-29First step toward encapsulationAbramo Bagnara1-6/+6
2000-12-01Replaced SND_CARDS with constant.Jaroslav Kysela1-1/+1