summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_ioplug.c
Commit message (Expand)AuthorAgeFilesLines
* pcm: improve handling for snd_pcm_wait()Jaroslav Kysela2023-05-031-1/+1
* pcm: pcm_ioplug - fix the avail_update mmap capture copy issueJaroslav Kysela2021-01-271-26/+34
* pcm: ioplug: Pass appl_ptr and hw_ptr in snd_pcm_status()Takashi Iwai2021-01-221-0/+2
* pcm: ioplug - fix the delay calculation for old pluginsJaroslav Kysela2021-01-031-1/+1
* pcm: ioplug - fix the delay calculation in the status callbackJaroslav Kysela2021-01-031-14/+18
* pcm: set the snd_pcm_ioplug_status() tstamp fieldJonas Holmberg2020-12-021-0/+1
* add snd_strlcpy() and use it everywhereJaroslav Kysela2019-03-251-3/+3
* pcm: ioplug: Fix the regression of pulse plugin drainTakashi Iwai2018-12-191-3/+5
* pcm: ioplug: Transfer all available dataRob Duncan2018-07-171-1/+13
* pcm: ioplug: Provide avail helper function for pluginsTimo Wischer2018-07-031-2/+18
* pcm ioplug: fix some coverity issues (switch, missing unlock in snd_pcm_ioplu...Jaroslav Kysela2018-05-231-0/+3
* pcm: ioplug: Implement proper drain behaviorTakashi Iwai2018-03-291-9/+67
* pcm: ioplug: update prepare and draining state correctlyTimo Wischer2018-03-161-1/+6
* pcm: ioplug: Provide hw_avail helper function for pluginsTimo Wischer2018-03-131-0/+26
* pcm: ioplug: Use boundary for wrap aroundTimo Wischer2018-02-241-6/+11
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
* pcm: fix return value of snd_pcm_ioplug_sw_params()Takashi Sakamoto2016-07-131-7/+9
* pcm: Add thread-safety to PCM APITakashi Iwai2016-07-111-18/+52
* pcm: ioplug,extplug: Fix logic errors in type checksTakashi Iwai2015-09-081-2/+2
* Revert "pcm: rewindable, forwardable: don't return stale data"Jaroslav Kysela2014-09-141-2/+0
* pcm: rewindable, forwardable: don't return stale dataAlexander E. Patrakov2014-09-131-0/+2
* pcm: handle negative values from snd_pcm_mmap_hw_availAlexander E. Patrakov2014-09-131-1/+1
* pcm: Implement timestamp type handling in all pluginsTakashi Iwai2014-07-141-3/+6
* pcm: Wrap hw_ptr to boundary in pcm_ioplugMONTANARO Luciano (MM)2014-03-041-1/+1
* Reduce compilation warningsJaroslav Kysela2012-10-301-1/+1
* PCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_tTakashi Iwai2012-09-131-3/+3
* Implement get_chmap/set_chmap for PCM extplug/ioplug pluginsTakashi Iwai2012-09-111-0/+33
* PCM: Allow to run older version of extplug pluginTakashi Iwai2012-08-151-1/+2
* pcm/ioplug: fix error code in start callbackTakashi Iwai2009-08-211-1/+1
* fix doc errorsClemens Ladisch2009-08-041-1/+1
* Make all the PCM plugins ops structure constant.Diego E. 'Flameeyes' Pettenò2008-11-211-2/+2
* Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò2008-11-211-2/+2
* implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewin...Jaroslav Kysela2008-04-211-0/+12
* Fix the state in snd_pcm_ioplug_pause()Takashi Iwai2008-02-251-1/+1
* Implement missing htimestamp callbacksTakashi Iwai2008-01-151-8/+2
* Impemented snd_pcm_htimestamp() function.Jaroslav Kysela2008-01-091-0/+8
* Add support for monotonic timestampsJaroslav Kysela2008-01-091-2/+3
* Add snd_pcm_ioplug_set_state() functionTakashi Iwai2007-12-141-0/+18
* Clean up using gettimestamp()Takashi Iwai2007-11-211-8/+2
* ioplug - Fix the refinement of period_* after periodsTakashi Iwai2007-11-051-1/+21
* More better fix for linked start/stopTakashi Iwai2007-03-131-1/+1
* Allow ioplugins to override snd_pcm_delay()Pierre Ossman2006-05-261-3/+12
* Correction for fixing alsa-lib static buildTakashi Iwai2006-05-121-0/+5
* Fix compile warnings with gcc-4Takashi Iwai2005-06-281-3/+3
* Fix documentation of external PCM plugin SDKTakashi Iwai2005-05-241-1/+81
* Move poll_* callbacks to fast_opsTakashi Iwai2005-05-231-3/+3
* Remove poll_ask callbackTakashi Iwai2005-05-181-1/+0
* Add protocl version checkTakashi Iwai2005-05-181-1/+35
* Set up pcm->info properlyTakashi Iwai2005-05-171-0/+21
* More doxygen commentsTakashi Iwai2005-03-091-44/+126