summaryrefslogtreecommitdiff
path: root/include/local.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-24Portability fix: look for sys/endian.h as well as endian.hPatrick Welche1-1/+17
2013-10-11local.h: include sys/types.h to fix issues with pcm.hJohn Spencer1-0/+1
2013-07-23local.h: use __kernel_off_t from <linux/types.h>Jaroslav Kysela1-1/+5
2012-12-13Fix endian check in local.hTakashi Iwai1-7/+10
2012-11-30Add workaround for conflicting snd_seq_event_t definitionsTakashi Iwai1-0/+1
2012-11-26Merge kernel uapi/sound/asound.h and asequencer.hTakashi Iwai1-55/+97
2010-08-23general: recoded snd_dlobj_ functionsJaroslav Kysela1-6/+6
2009-11-08Open device nodes with close-on-exec flagRĂ©mi Denis-Courmont1-12/+18
2007-11-30Make local functions really localTakashi Iwai1-0/+14
2007-10-30Remove sequencer instrument layerTakashi Iwai1-7/+0
2007-03-22Allow build without libdl and libpthreadTakashi Iwai1-0/+5
2006-10-11add snd_device_name_hint() function and initial implementationJaroslav Kysela1-0/+4
2006-09-19add support for hosts that have custom symbol prefixesTakashi Iwai1-5/+8
2006-02-20Avoid unnecesasry call of resmgrTakashi Iwai1-1/+3
2006-01-30Fix infinite parse of recursive definitionsTakashi Iwai1-0/+5
2006-01-13Skip resmgr when EAGAIN or EBUSYTakashi Iwai1-0/+2
2005-09-29Fix type-punningTakashi Iwai1-1/+9
2005-05-11added full async interface to timer APIJaroslav Kysela1-2/+4
2005-02-14Support dl-object cacheTakashi Iwai1-0/+5
2005-02-11Fix resmgr supportTakashi Iwai1-0/+16
2004-12-21Change error message handlingTakashi Iwai1-0/+16
2003-06-24Initial code for lisp interpreterJaroslav Kysela1-0/+1
2003-03-18Moved send_fd/receive_fd routines to src/socket.c .Jaroslav Kysela1-0/+3
2003-03-04Updated to new timer APIJaroslav Kysela1-0/+3
2003-02-19- added the hwdep DSP loader API functions.Takashi Iwai1-0/+2
2002-09-17- unified snd_pcm_hw_params_* functionsJaroslav Kysela1-0/+3
2002-04-23Moved ring buffer pointers and added a mechanism to transfer them via shmJaroslav Kysela1-0/+1
2002-01-12Moved some prototypes from src/pcm/pcm_plugin.h to include/pcm_plugin.h.Jaroslav Kysela1-0/+1
2001-12-30Updated GNU GPL license (address).Jaroslav Kysela1-5/+5
2001-11-19Configuration:Jaroslav Kysela1-2/+0
2001-09-13Separated asoundlib.h to small files.Jaroslav Kysela1-1/+28
2001-09-11Changed location of asoundlib.h from sys dir to alsa dir.Jaroslav Kysela1-0/+1
2001-08-28Define SND_LITTLE_ENDIAN or SND_BIG_ENDIAN locally.Takashi Iwai1-0/+7
2001-08-20The main header file is not dependant on asound.h from driver.Jaroslav Kysela1-1/+4
2001-08-15Added symbol versioning for dlsym-callbacks.Jaroslav Kysela1-2/+0
2001-07-16Added encapsulation for timer interfaceJaroslav Kysela1-0/+6
2001-07-07Permit to PCM plug configuration to specify unchanged parameters. Added suppo...Abramo Bagnara1-0/+2
2001-07-04Major change to sequencer API.Jaroslav Kysela1-0/+22
2001-06-26DATADIR is obtained from the configure scriptJaroslav Kysela1-4/+2
2001-06-20New async notification API. Removed obsolete surround. CleaningAbramo Bagnara1-0/+18
2001-06-11Added argument handling for the slave PCMs.Jaroslav Kysela1-0/+2
2001-06-04Added hooked PCM type (one sample hook implementation will follow). Some clea...Abramo Bagnara1-0/+2
2001-05-22Completed parametric configuration and begun to use itAbramo Bagnara1-0/+4
2001-04-19Improved automatic start/stopAbramo Bagnara1-0/+45
2001-03-30Documentation generation fixesAbramo Bagnara1-0/+1
2001-03-29Get rid of enum type checking ugly trickAbramo Bagnara1-12/+2
2001-03-07Exported ERR macros. Completed scopes architecture. Added defaults for {pcm,c...Abramo Bagnara1-9/+0
2001-03-04Renamed ERR to SNDERR. Added s16 pseudo meter scope. Fixed plug hw_refine/paramsAbramo Bagnara1-2/+2
2001-02-21Transformed PAGE_SIZE in sysconf(_SC_PAGE_SIZE)Abramo Bagnara1-0/+3
2001-02-11Completed mixer API. Improved iterators. Renamed control values struct. Rewri...Abramo Bagnara1-1/+1