summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_hooks.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-23pcm_hooks: null check for hRenu Tyagi1-1/+2
2014-07-14pcm: Implement timestamp type handling in all pluginsTakashi Iwai1-1/+1
2012-11-13PCM: Avoid busy loop in snd_pcm_write_areas() with rate pluginTakashi Iwai1-0/+1
2012-09-11Implement the channel mapping APITakashi Iwai1-0/+3
2011-05-04alsa-lib: fixed coverity reported issues under "FORWARD_NULL" checker.Sudarshan Bisht1-0/+1
2009-06-30pcm_hooks: cosmetic removal of unused variablesPaul Fertser1-2/+0
2009-06-30Manage dlobj lifetime in pcm_hooks.cTakashi Iwai1-11/+52
2008-11-21Make all the PCM plugins ops structure constant.Diego E. 'Flameeyes' Pettenò1-2/+2
2008-04-21implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewin...Jaroslav Kysela1-0/+2
2008-01-18Fix a memory leak in PCM hook pluginTakashi Iwai1-0/+1
2008-01-09Avoid (null) in printfTakashi Iwai1-2/+4
2008-01-09Impemented snd_pcm_htimestamp() function.Jaroslav Kysela1-0/+1
2008-01-09Add support for monotonic timestampsJaroslav Kysela1-0/+1
2007-10-15Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-03-22Allow build without libdl and libpthreadTakashi Iwai1-1/+0
2007-03-13More better fix for linked start/stopTakashi Iwai1-1/+1
2006-10-06fix various warningsJaroslav Kysela1-1/+1
2006-04-25Fix the error path of snd_pcm_hook_add_conf()Takashi Iwai1-9/+11
2006-02-27Do not abort in snd_xxx_close() functionsClemens Ladisch1-3/+6
2006-01-30Fix infinite parse of recursive definitionsTakashi Iwai1-1/+1
2005-10-10Fix mmap and channel_info of hook pluginTakashi Iwai1-2/+3
2005-09-12fix segfault then hooks list is emptySasha Khapyorsky1-1/+2
2005-05-23Move poll_* callbacks to fast_opsTakashi Iwai1-3/+3
2005-05-19Fix generic channel_info callbacksTakashi Iwai1-1/+1
2005-05-18Remove poll_ask callbackTakashi Iwai1-1/+0
2005-05-18Add poll_descriptors and poll_descriptors_count callbacksTakashi Iwai1-0/+3
2005-04-05Fix channel_info callbacks of hooks, file and plug pluginsTakashi Iwai1-1/+1
2005-01-20improved stream linking and plugin code cleanupsJaroslav Kysela1-212/+40
2004-03-17- added poll_ask callback to mangle avail_min (rate_plugin as example)Jaroslav Kysela1-0/+9
2003-10-23added more documents and examples about plugins.Takashi Iwai1-0/+15
2003-07-25fixes by Art Haas <ahaas@airmail.net>:Takashi Iwai1-31/+31
2003-03-07Use internal snd_pcm_forward() version...Jaroslav Kysela1-1/+1
2003-02-22Removed snd_pcm_hwptr().Jaroslav Kysela1-7/+7
2003-02-22Added snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin() for no xrun mode.Jaroslav Kysela1-0/+7
2003-02-11More changes for dmix plugin:Jaroslav Kysela1-0/+1
2003-01-27Added missing symbol versionJaroslav Kysela1-0/+3
2003-01-20fixed dlopen & co. for hook, ladspa and meter types.Takashi Iwai1-3/+3
2002-10-12Replaced snd_pcm_avail() with snd_pcm_hwsync()Jaroslav Kysela1-3/+3
2002-10-11Implemented snd_pcm_avail() function.Jaroslav Kysela1-0/+7
2002-04-23Moved ring buffer pointers and added a mechanism to transfer them via shmJaroslav Kysela1-2/+2
2002-02-21Cleaned the mmap_commit implementations in plugins.Jaroslav Kysela1-3/+3
2002-01-12Moved some prototypes from src/pcm/pcm_plugin.h to include/pcm_plugin.h.Jaroslav Kysela1-3/+117
2001-12-30Updated GNU GPL license (address).Jaroslav Kysela1-5/+5
2001-12-29Added missing initialization and check for sctl contentsJaroslav Kysela1-2/+3
2001-12-08Changed result of mmap_commit callbackJaroslav Kysela1-3/+3
2001-11-24Added snd_config_imake_* functions.Jaroslav Kysela1-2/+1
2001-11-19Configuration:Jaroslav Kysela1-7/+25
2001-10-24Changes for static build.Jaroslav Kysela1-1/+6
2001-09-26Added power management functions and defines.Jaroslav Kysela1-0/+7
2001-08-15Added symbol versioning for dlsym-callbacks.Jaroslav Kysela1-2/+1