summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_ioplug.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add filter-type external plugin SDKTakashi Iwai2005-02-141-132/+16
* Fix compile warningsTakashi Iwai2005-02-091-2/+0
* Add external PCM plugin SDK (draft version)Takashi Iwai2005-02-081-0/+913