summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_plugin.c
Commit message (Expand)AuthorAgeFilesLines
* pcm: Remove home brew atomic operationsTakashi Iwai2016-07-111-58/+14
* pcm: Clean up error paths in snd_pcm_plugin_*() helpersTakashi Iwai2016-04-071-22/+45
* pcm_plugin: fix appl pointer not correct when mmap_commit() return errorShengjiu Wang2016-04-071-16/+32
* pcm: drop unused sys/shm.h inclusionMike Frysinger2015-11-051-1/+0
* Revert "pcm: rewindable, forwardable: don't return stale data"Jaroslav Kysela2014-09-141-6/+0
* pcm: rewindable, forwardable: don't return stale dataAlexander E. Patrakov2014-09-131-0/+6
* pcm: handle negative values from snd_pcm_mmap_hw_availAlexander E. Patrakov2014-09-131-1/+1
* pcm: express the rewind size limitation logic betterAlexander E. Patrakov2014-09-131-2/+2
* pcm: Fix forward/rewind support in iec958 pluginAlexander E. Patrakov2014-04-281-2/+2
* pcm_plugin: Fix return value of snd_pcm_rewindDavid Henningsson2013-05-301-2/+2
* PCM: Avoid busy loop in snd_pcm_write_areas() with rate pluginTakashi Iwai2012-11-131-0/+1
* pcm_plugin: fix delayPierre-Louis Bossart2010-11-231-0/+6
* pcm_plugin: remove unused client_frames and slave_frames routinesPierre-Louis Bossart2010-11-221-29/+4
* Make all the PCM plugins ops structure constant.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
* fix return value of snd_pcm_rewind()/snd_pcm_forward() to return how much act...Lennart Poettering2008-07-201-2/+2
* fix type of internally used sframes variable, to avoid unnecessary castsLennart Poettering2008-07-201-3/+3
* clamp snd_pcm_rewind()/snd_pcm_forward() into the right directionLennart Poettering2008-07-201-2/+2
* implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewin...Jaroslav Kysela2008-04-211-2/+12
* Impemented snd_pcm_htimestamp() function.Jaroslav Kysela2008-01-091-0/+1
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-151-1/+1
* More better fix for linked start/stopTakashi Iwai2007-03-131-1/+1
* Make plugin functions staticTakashi Iwai2006-03-291-13/+18
* Fix PCM without control/status mmapTakashi Iwai2006-03-291-1/+4
* Move poll_* callbacks to fast_opsTakashi Iwai2005-05-231-0/+3
* Remove poll_ask callbackTakashi Iwai2005-05-181-1/+0
* Fedora 4 patch - gcc4 fixesJaroslav Kysela2005-05-061-2/+2
* improved stream linking and plugin code cleanupsJaroslav Kysela2005-01-201-143/+22
* Change error message handlingTakashi Iwai2004-12-211-3/+14
* - added poll_ask callback to mangle avail_min (rate_plugin as example)Jaroslav Kysela2004-03-171-0/+9
* The rate plugin was redesigned. Now only whole periods are resampled toJaroslav Kysela2004-02-041-0/+1
* - fixed the calculation of snd_pcm_avail() with plugin.Takashi Iwai2003-10-301-2/+4
* fixes by Art Haas <ahaas@airmail.net>:Takashi Iwai2003-07-251-19/+19
* Added snd_pcm_type_name()Jaroslav Kysela2003-03-081-2/+3
* Use internal snd_pcm_forward() version...Jaroslav Kysela2003-03-071-1/+1
* Removed snd_pcm_hwdiff() functionJaroslav Kysela2003-02-221-1/+1
* Removed snd_pcm_hwptr().Jaroslav Kysela2003-02-221-34/+50
* Added snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin() for no xrun mode.Jaroslav Kysela2003-02-221-0/+7
* More changes for dmix plugin:Jaroslav Kysela2003-02-111-0/+6
* Cleanups in IPC stuff.Jaroslav Kysela2003-02-041-17/+3
* Replaced snd_pcm_avail() with snd_pcm_hwsync()Jaroslav Kysela2002-10-121-10/+3
* Implemented snd_pcm_avail() function.Jaroslav Kysela2002-10-111-1/+15
* fixed compile warning (conversion between signed and unsigned).Takashi Iwai2002-06-181-10/+10
* Moved ring buffer pointers and added a mechanism to transfer them via shmJaroslav Kysela2002-04-231-8/+8
* Fixed capture for pluginsJaroslav Kysela2002-04-161-1/+1
* Fixed typoJaroslav Kysela2002-03-111-1/+1
* fixed segfault in rate conversions.Takashi Iwai2002-03-081-6/+21
* Added abort when no more frames can be processedJaroslav Kysela2002-03-031-2/+8
* Fixed xfer variable initialization for capture in avail_update()Jaroslav Kysela2002-02-211-3/+2
* Cleaned the mmap_commit implementations in plugins.Jaroslav Kysela2002-02-211-30/+108
* Added initial comments for PCM pluginsJaroslav Kysela2002-01-161-6/+54