summaryrefslogtreecommitdiff
path: root/include/local.h
Commit message (Expand)AuthorAgeFilesLines
* Define some types if missingThomas Klausner2016-03-031-3/+3
* Define EBADFD in terms of EBADF if it doesn't exist.Thomas Klausner2016-02-241-0/+4
* core: add convenience macros to local.hLiam Girdwood2015-08-121-0/+7
* Allow hint for ctl, hwdep, timer and seqTakashi Iwai2015-04-301-0/+2
* Portability fix: look for sys/endian.h as well as endian.hPatrick Welche2014-02-241-1/+17
* local.h: include sys/types.h to fix issues with pcm.hJohn Spencer2013-10-111-0/+1
* local.h: use __kernel_off_t from <linux/types.h>Jaroslav Kysela2013-07-231-1/+5
* Fix endian check in local.hTakashi Iwai2012-12-131-7/+10
* Add workaround for conflicting snd_seq_event_t definitionsTakashi Iwai2012-11-301-0/+1
* Merge kernel uapi/sound/asound.h and asequencer.hTakashi Iwai2012-11-261-55/+97
* general: recoded snd_dlobj_ functionsJaroslav Kysela2010-08-231-6/+6
* Open device nodes with close-on-exec flagRĂ©mi Denis-Courmont2009-11-081-12/+18
* Make local functions really localTakashi Iwai2007-11-301-0/+14
* Remove sequencer instrument layerTakashi Iwai2007-10-301-7/+0
* Allow build without libdl and libpthreadTakashi Iwai2007-03-221-0/+5
* add snd_device_name_hint() function and initial implementationJaroslav Kysela2006-10-111-0/+4
* add support for hosts that have custom symbol prefixesTakashi Iwai2006-09-191-5/+8
* Avoid unnecesasry call of resmgrTakashi Iwai2006-02-201-1/+3
* Fix infinite parse of recursive definitionsTakashi Iwai2006-01-301-0/+5
* Skip resmgr when EAGAIN or EBUSYTakashi Iwai2006-01-131-0/+2
* Fix type-punningTakashi Iwai2005-09-291-1/+9
* added full async interface to timer APIJaroslav Kysela2005-05-111-2/+4
* Support dl-object cacheTakashi Iwai2005-02-141-0/+5
* Fix resmgr supportTakashi Iwai2005-02-111-0/+16
* Change error message handlingTakashi Iwai2004-12-211-0/+16
* Initial code for lisp interpreterJaroslav Kysela2003-06-241-0/+1
* Moved send_fd/receive_fd routines to src/socket.c .Jaroslav Kysela2003-03-181-0/+3
* Updated to new timer APIJaroslav Kysela2003-03-041-0/+3
* - added the hwdep DSP loader API functions.Takashi Iwai2003-02-191-0/+2
* - unified snd_pcm_hw_params_* functionsJaroslav Kysela2002-09-171-0/+3
* Moved ring buffer pointers and added a mechanism to transfer them via shmJaroslav Kysela2002-04-231-0/+1
* Moved some prototypes from src/pcm/pcm_plugin.h to include/pcm_plugin.h.Jaroslav Kysela2002-01-121-0/+1
* Updated GNU GPL license (address).Jaroslav Kysela2001-12-301-5/+5
* Configuration:Jaroslav Kysela2001-11-191-2/+0
* Separated asoundlib.h to small files.Jaroslav Kysela2001-09-131-1/+28
* Changed location of asoundlib.h from sys dir to alsa dir.Jaroslav Kysela2001-09-111-0/+1
* Define SND_LITTLE_ENDIAN or SND_BIG_ENDIAN locally.Takashi Iwai2001-08-281-0/+7
* The main header file is not dependant on asound.h from driver.Jaroslav Kysela2001-08-201-1/+4
* Added symbol versioning for dlsym-callbacks.Jaroslav Kysela2001-08-151-2/+0
* Added encapsulation for timer interfaceJaroslav Kysela2001-07-161-0/+6
* Permit to PCM plug configuration to specify unchanged parameters. Added suppo...Abramo Bagnara2001-07-071-0/+2
* Major change to sequencer API.Jaroslav Kysela2001-07-041-0/+22
* DATADIR is obtained from the configure scriptJaroslav Kysela2001-06-261-4/+2
* New async notification API. Removed obsolete surround. CleaningAbramo Bagnara2001-06-201-0/+18
* Added argument handling for the slave PCMs.Jaroslav Kysela2001-06-111-0/+2
* Added hooked PCM type (one sample hook implementation will follow). Some clea...Abramo Bagnara2001-06-041-0/+2
* Completed parametric configuration and begun to use itAbramo Bagnara2001-05-221-0/+4
* Improved automatic start/stopAbramo Bagnara2001-04-191-0/+45
* Documentation generation fixesAbramo Bagnara2001-03-301-0/+1
* Get rid of enum type checking ugly trickAbramo Bagnara2001-03-291-12/+2