summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_share.c
Commit message (Expand)AuthorAgeFilesLines
* pcm: improve handling for snd_pcm_wait()Jaroslav Kysela2023-05-031-1/+1
* pcm: share plugin: handle -EINTRJaroslav Kysela2022-06-271-12/+18
* pcm: share plugin: return error if socket read or write call failsTomohiro IKEDA2022-06-271-4/+7
* pcm: share: Pass appl_ptr and hw_ptr in snd_pcm_status()Takashi Iwai2021-01-221-0/+2
* Use __func__ instead of __FUNCTION__Michael Forney2019-06-121-2/+2
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
* cleanup: fix poll.h includesNatanael Copa2017-07-121-1/+1
* pcm: drop unused sys/shm.h inclusionMike Frysinger2015-11-051-1/+0
* pcm_share: fixing missing mutex unlockRenu Tyagi2014-09-231-0/+2
* pcm: fix return value of snd_pcm_share_slave_availAlexander E. Patrakov2014-09-021-0/+2
* pcm: Implement timestamp type handling in all pluginsTakashi Iwai2014-07-141-3/+3
* PCM: Fix conflict of _snd_pcm_hw_params definitionsTakashi Iwai2012-12-041-1/+1
* Reduce compilation warningsJaroslav Kysela2012-10-301-4/+1
* pcm_share plugin: fix pcm->monotonic setup in open() functionJaroslav Kysela2010-04-131-1/+1
* Make all the PCM plugins ops structure constant.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/+24
* Impemented snd_pcm_htimestamp() function.Jaroslav Kysela2008-01-091-0/+13
* Add support for monotonic timestampsJaroslav Kysela2008-01-091-2/+3
* Remove sleep_min and tickTakashi Iwai2008-01-081-9/+2
* Clean up using gettimestamp()Takashi Iwai2007-11-211-8/+2
* remove superfluous free() checksClemens Ladisch2006-02-271-4/+2
* pcm dump() routines update: use spaces to indent textsJaroslav Kysela2005-12-111-3/+3
* Remove poll_ask callbackTakashi Iwai2005-05-181-1/+0
* Change error message handlingTakashi Iwai2004-12-211-9/+33
* fixed documents to process properly via doxygen.Takashi Iwai2004-05-241-1/+1
* document all PCM plugin parametersClemens Ladisch2004-04-261-0/+5
* - added poll_ask callback to mangle avail_min (rate_plugin as example)Jaroslav Kysela2004-03-171-0/+1
* - check the return value of malloc & co.Takashi Iwai2004-02-251-0/+4
* added more documents and examples about plugins.Takashi Iwai2003-10-231-0/+4
* fixes by Art Haas <ahaas@airmail.net>:Takashi Iwai2003-07-251-31/+31
* Clemens Ladisch <clemens@ladisch.de>Jaroslav Kysela2003-07-011-1/+1
* Use internal snd_pcm_forward() version...Jaroslav Kysela2003-03-071-1/+1
* Timestamp update (struct timeval -> struct timespec).Jaroslav Kysela2003-02-281-3/+9
* Removed snd_pcm_hwptr().Jaroslav Kysela2003-02-221-42/+54
* Added snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin() for no xrun mode.Jaroslav Kysela2003-02-221-0/+31
* More changes for dmix plugin:Jaroslav Kysela2003-02-111-0/+1
* Cleanups in IPC stuff.Jaroslav Kysela2003-02-041-5/+5
* Replaced snd_pcm_avail() with snd_pcm_hwsync()Jaroslav Kysela2002-10-121-5/+5
* Implemented snd_pcm_avail() function.Jaroslav Kysela2002-10-111-7/+26
* Moved ring buffer pointers and added a mechanism to transfer them via shmJaroslav Kysela2002-04-231-18/+24
* Cleaned the mmap_commit implementations in plugins.Jaroslav Kysela2002-02-211-9/+16
* Added initial comments for PCM pluginsJaroslav Kysela2002-01-161-2/+78
* Updated GNU GPL license (address).Jaroslav Kysela2001-12-301-5/+5
* Changed result of mmap_commit callbackJaroslav Kysela2001-12-081-8/+8
* Fixed some debug printfsJaroslav Kysela2001-11-291-4/+5
* Added lfloat plugin code (not finished)Jaroslav Kysela2001-11-261-2/+4
* Fixed double initialization in prepareJaroslav Kysela2001-11-241-0/+11
* Configuration:Jaroslav Kysela2001-11-191-3/+9
* Fixed the share->state when DRAININGJaroslav Kysela2001-10-251-1/+1
* Fixed typoJaroslav Kysela2001-10-251-1/+0