OSDN Git Service

pcm: dsnoop: Added "hw_ptr_alignment" option in configuration for slave pointer alignment
[android-x86/external-alsa-lib.git] / src / pcm / pcm_dsnoop.c
2019-05-15 Vanitha Channaiahpcm: dsnoop: Added "hw_ptr_alignment" option in configu...
2017-11-14 Jaroslav KyselaChange FSF address (Franklin Street)
2017-01-10 Andreas Papepcm: direct: don't return bogus buffer levels in xrun...
2017-01-10 Andreas Papepcm: direct: check state before enter poll on timer
2017-01-10 Andreas Papepcm: direct: Fix for sync issue on xrun recover
2017-01-02 Joshua Frkuskapcm: direct: allow users to configure different period...
2016-11-28 Joshua Frkuskapcm: direct: Protect from freeing semaphore when alread...
2016-07-11 Takashi Iwaipcm: Add thread-safety to PCM API
2016-05-28 Takashi Iwaipcm: Fix secondary retry in dsnoop and dshare
2016-04-14 Takashi Iwaipcm: Fallback open as the first instance for dmix & co
2015-11-05 Takashi Iwaipcm: dmix: Handle slave PCM xrun and unexpected states...
2015-06-02 Takashi Iwaipcm: Fix snd_pcm_status() for dmix & co
2014-09-14 Jaroslav KyselaRevert "pcm: rewindable, forwardable: don't return...
2014-09-13 Alexander E. Patrakovpcm: rewindable, forwardable: don't return stale data
2014-09-13 Alexander E. Patrakovdsnoop: rewindable and forwardable logic was swapped
2014-09-13 Alexander E. Patrakovpcm: express the rewind size limitation logic better
2014-07-14 Takashi Iwaipcm: Implement timestamp type handling in all plugins
2014-01-23 Takashi Iwaipcm: initialize monotonic field for dshare and dsnoop...
2013-04-09 Jaroslav Kyselapcm: direct plugins: do more safe IPC semaphore handling
2012-09-21 Takashi IwaiPCM: Fix infinite loop in htimestamp of dmix, dsnoop...
2012-09-11 Takashi IwaiImplement the channel mapping API
2012-05-14 Antonio Borneopcm_dsnoop: comment fall-through in next "case"
2011-01-24 Jaroslav KyselaMerge branch 'ucm'
2010-10-29 Jaroslav Kyselapcm direct plugins: change timestamping in dsnoop
2010-03-03 Jaroslav Kyselapcm direct plugins: drain() call might be blocked when...
2008-11-21 Diego E. 'Flameeye... Make all the PCM plugins ops structure constant.
2008-04-21 Jaroslav Kyselaimplemented snd_pcm_rewindable() and snd_pcm_forwardabl...
2008-01-23 Takashi IwaiAllow auto-config for dsnoop and dshare plugins
2008-01-09 Jaroslav KyselaImpemented snd_pcm_htimestamp() function.
2008-01-09 Jaroslav KyselaAdd support for monotonic timestamps
2007-11-21 Takashi IwaiClean up using gettimestamp()
2007-11-21 Takashi IwaiFix timestamp in status in PCM direct plugins
2007-10-15 Jaroslav KyselaChanged Jaroslav Kysela's e-mail from perex@suse.cz...
2007-03-13 Takashi IwaiMore better fix for linked start/stop
2006-10-12 Jaroslav Kyselapcm direct plugins - fix memory leak (sconf must be...
2006-04-28 Takashi IwaiUse O_APPEND mode with dmix & co plugins
2006-04-26 Takashi IwaiAdd check of binding ranges in direct plugins
2006-04-06 Jaroslav KyselaMerged
2006-04-06 Takashi IwaiFix buffer size handling of direct plugins
2006-03-21 Takashi Iwaidmix - Allow more flexible buffer sizes
2006-03-03 Clemens Ladischreturn ENODEV for disconnected devices
2006-02-27 Clemens Ladischremove superfluous free() checks
2006-02-20 Takashi IwaiRemove bogus ATTRIBUTE_UNUSED
2006-01-30 Takashi IwaiFix infinite parse of recursive definitions
2006-01-16 Takashi IwaiSupport multi-card/device for direct plugins
2005-12-11 Jaroslav Kyselapcm dump() routines update: use spaces to indent texts
2005-12-04 Jaroslav Kyseladirect plugins - fixed ipc_gid initialization when...
2005-11-01 Jaroslav Kyseladirect pcm plugins - fixed dump output name for dshare...
2005-09-12 Takashi IwaiRemoved unused function
2005-08-17 Takashi IwaiMisc fixes
2005-08-16 Jaroslav Kyseladirect plugins (dmix) - suspend/resume fixes
2005-08-12 Takashi IwaiFix direct plugins running on 32bit emulation with...
2005-05-30 Jaroslav Kyselaadded ipc_gid for direct plugins
2005-05-23 Takashi IwaiMove poll_* callbacks to fast_ops
2005-05-23 Takashi IwaiFix poll of dsnoop plugin
2005-05-23 Takashi IwaiFix semaphore deadlocks
2005-05-18 Takashi IwaiRemove poll_ask callback
2005-05-17 Takashi IwaiRemove pause and fix timer initialization in prepare
2005-03-15 Takashi IwaiFix resume of dmix, dsnoop and dshare plugins
2005-01-21 Takashi IwaiUse snd_config_get_bool()
2005-01-20 Jaroslav Kyselaimproved stream linking and plugin code cleanups
2004-10-29 Jaroslav KyselaTry to fix period_time/period_size problems for direct...
2004-05-22 Jaroslav Kysela- added SYNC_PTR ioctl support for pcm_hw plugin
2004-04-26 Clemens Ladischdocument all PCM plugin parameters
2004-03-17 Jaroslav Kysela- added poll_ask callback to mangle avail_min (rate_plu...
2004-03-02 Clemens Ladischfix doxygen errors (syntax errors and wrong references)
2004-02-03 Jaroslav KyselaThe format condition was wrong (dmix<->dsnoop)
2004-01-23 Jaroslav KyselaAdded sync_ptr callback
2004-01-21 Jaroslav KyselaFixed poll() behaviour for direct plugins, also added...
2004-01-20 Jaroslav KyselaAdded slowptr options to direct plugins
2004-01-19 Jaroslav KyselaAdded SNDRV_PCM_STATE_DISCONNECTED state.
2003-12-07 Jaroslav KyselaMaik Broemme <mbroemme@plusserver.de>
2003-10-23 Takashi Iwaiadded more documents and examples about plugins.
2003-09-02 Jaroslav KyselaDirect plugins update:
2003-08-07 Takashi Iwaifixed dmix crashes by Clemens Ladisch <clemens@ladisch...
2003-07-25 Takashi Iwaifixes by Art Haas <ahaas@airmail.net>:
2003-07-15 Jaroslav KyselaAdded unlink of the communication socket name.
2003-07-01 Jaroslav KyselaClemens Ladisch <clemens@ladisch.de>
2003-04-23 Jaroslav Kysela- added shm area manager code
2003-04-19 Jaroslav KyselaAdded missing sync_ptr() call to pcm_status() function
2003-03-19 Jaroslav Kyseladshare and dsnoop plugins are working now
2003-03-18 Jaroslav KyselaExtracted common code from dmix plugin.