OSDN Git Service

Remove pause and fix timer initialization in prepare
[android-x86/external-alsa-lib.git] / src / pcm / pcm_dmix.c
2005-05-17 Takashi IwaiRemove pause and fix timer initialization in prepare
2005-04-22 Takashi IwaiFix CPU hog with combination of rate plugin
2005-04-20 Takashi IwaiFix ATTRIBUTE_UNUSED
2005-04-11 Takashi IwaiFix more CPU hang-up bugs in dmix
2005-04-05 Takashi IwaiMore fixes for 100% CPU hang with dmix
2005-03-31 Takashi IwaiStop timer at XRUN
2005-03-29 Takashi IwaiGeneric architecture support
2005-03-29 Takashi IwaiDo hwsync of slave PCM on dmix
2005-03-29 Takashi IwaiDelayed start for dmix
2005-03-22 Takashi IwaiFix compilation with gcc-4.0
2005-03-15 Takashi IwaiFix resume of dmix, dsnoop and dshare plugins
2005-03-09 Takashi IwaiSmall code clean up
2005-02-08 Takashi IwaiSplit arch-dependent codes of dmix
2005-02-07 Clemens Ladischstart pcm when draining in prepared state
2005-01-21 Takashi IwaiUse snd_config_get_bool()
2005-01-20 Jaroslav Kyselaimproved stream linking and plugin code cleanups
2005-01-11 Takashi IwaiFix handling of DISCONNECT state
2004-10-29 Jaroslav KyselaTry to fix period_time/period_size problems for direct...
2004-09-15 Stas Sergeev[ALSA-LIB] dmix: dont forget to return -EINVAL on errors
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-02-18 Jaroslav Kyselarewind returns error code rather than doing wrong operation
2004-02-03 Jaroslav KyselaThe format condition was wrong (dmix<->dsnoop)
2004-01-24 Jaroslav Kysela<atlka@pg.gda.pl>
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-17 Takashi Iwai- support of dmix asm code for x86-64.
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 KyselaAdded more comments for 32-bit mixing
2003-03-19 Jaroslav Kyseladshare and dsnoop plugins are working now
2003-03-19 Jaroslav KyselaA small cleanup to 32-bit mix routine as Abramo suggested
2003-03-19 Jaroslav KyselaCorrected universal 32-bit mixing routine
2003-03-18 Jaroslav KyselaExtracted common code from dmix plugin.
2003-03-18 Jaroslav KyselaMoved send_fd/receive_fd routines to src/socket.c .
2003-03-18 Jaroslav KyselaRemoved unused variable
2003-03-18 Jaroslav KyselaAdded bindings to dmix plugin
2003-03-18 Jaroslav KyselaAdded 32-bit sample support to dmix plugin
2003-03-01 Jaroslav KyselaReverted back generic code
2003-03-01 Jaroslav KyselaReverted back code for generic mix function
2003-02-28 Jaroslav KyselaFixed check_interleave test
2003-02-28 Jaroslav KyselaTimestamp update (struct timeval -> struct timespec).
2003-02-25 Jaroslav KyselaRemoved debugging output
2003-02-22 Jaroslav KyselaRemoved snd_pcm_hwdiff() function
2003-02-22 Jaroslav KyselaRemoved snd_pcm_hwptr().
2003-02-22 Jaroslav KyselaAdded snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin...
2003-02-20 Jaroslav KyselaMoved asm i386 code to pcm_dmix_i386.h; UP optimization
2003-02-20 Jaroslav Kyselaadded .p2align lines to i386 asm code
2003-02-19 Jaroslav KyselaAdded MMX code and detection of MMX capable CPU
2003-02-19 Jaroslav KyselaFixed saturation for i386
2003-02-19 Jaroslav KyselaMore i386 optimizations (use edx register as well).
2003-02-18 Jaroslav KyselaFixed typo
2003-02-18 Jaroslav KyselaAdded sum ring buffer (32-bit).
2003-02-12 Jaroslav KyselaAdded ipc_key_add_uid
2003-02-12 Jaroslav KyselaImplemented drain()
2003-02-12 Jaroslav KyselaFirst fully working version of dmix plugin - multiple...
2003-02-11 Jaroslav KyselaMore cleanups for multiple clients.
2003-02-11 Jaroslav KyselaHey - first somehow working version (for first client)...
2003-02-11 Jaroslav KyselaMore changes for dmix plugin:
2003-02-08 Jaroslav KyselaMore pcm params functions returns an error rather than...
2003-02-06 Jaroslav KyselaAdded snd_timer_async() function.
2003-02-05 Jaroslav KyselaAdded snd_pcm_sw_params_get_boundary() function.
2003-02-05 Jaroslav KyselaFixed starting of hardware and shm stuff
2003-02-04 Jaroslav KyselaCleanups in IPC stuff.