summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_plugin.c
Commit message (Expand)AuthorAgeFilesLines
* pcm: rate - correct the previous fix for snd_pcm_rate_may_wait_for_avail_min()Jaroslav Kysela2022-11-091-3/+7
* pcm: rate - fix the crash in snd_pcm_rate_may_wait_for_avail_min()Jaroslav Kysela2022-11-091-1/+1
* pcm: rate - rewrite the may_wait_for_avail_min callback for the rate pluginJaroslav Kysela2022-05-201-4/+12
* pcm: plugin - fix avail_min calculation on rate pluginAndreas Pape2022-05-201-0/+8
* pcm: fix snd_pcm_plugin_status()Jaroslav Kysela2021-02-261-1/+1
* pcm_plugin: set the initial hw_ptr/appl_ptr from the child pcmJaroslav Kysela2021-01-201-15/+17
* pcm: plugin - fix status code for captureJaroslav Kysela2021-01-041-2/+19
* Revert "pcm_plugin: fix delay"Jaroslav Kysela2021-01-031-6/+0
* pcm: plugin - optimize sync in snd_pcm_plugin_status()Jaroslav Kysela2021-01-031-5/+2
* pcm: plugin - tidy snd_pcm_plugin_avail_update()Jaroslav Kysela2021-01-031-66/+76
* pcm: plugin status - revert the recent changesJaroslav Kysela2021-01-031-2/+0
* pcm: plugin status - fix the return value (regression)Jaroslav Kysela2020-12-301-5/+3
* pcm: fix the snd_pcm_plugin_status() avail and delay fieldsJaroslav Kysela2020-10-091-2/+6
* a set of fixes to reduce gcc warningsJaroslav Kysela2018-03-271-1/+1
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
* pcm:plugin: Fix sound capture via MMAP accessTimo Wischer2017-04-051-1/+8
* pcm_plugin: unify the snd_pcm_mmap_begin result value checkingJaroslav Kysela2017-02-271-7/+19
* rate: dynamic update avail_min on slaveAndreas Pape2017-01-021-2/+2
* plugin: dynamically update avail_min on slaveAndreas Pape2017-01-021-1/+63
* 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