OSDN Git Service

Replaced snd_pcm_avail() with snd_pcm_hwsync()
[android-x86/external-alsa-lib.git] / src / pcm / pcm_meter.c
2002-10-12 Jaroslav KyselaReplaced snd_pcm_avail() with snd_pcm_hwsync()
2002-10-11 Jaroslav KyselaImplemented snd_pcm_avail() function.
2002-04-23 Jaroslav KyselaMoved ring buffer pointers and added a mechanism to...
2002-02-21 Jaroslav KyselaCleaned the mmap_commit implementations in plugins.
2002-01-16 Jaroslav KyselaAdded initial comments for PCM plugins
2001-12-30 Jaroslav KyselaUpdated GNU GPL license (address).
2001-12-08 Jaroslav KyselaChanged result of mmap_commit callback
2001-12-07 Jaroslav KyselaCleaned atomic stuff
2001-11-19 Jaroslav KyselaConfiguration:
2001-10-24 Jaroslav KyselaChanges for static build.
2001-09-26 Jaroslav KyselaAdded power management functions and defines.
2001-08-16 Jaroslav Kyselaatomic functions are not available on sparc, too
2001-08-15 Jaroslav KyselaAdded symbol versioning for dlsym-callbacks.
2001-07-18 Jaroslav KyselaMore documentation updates.
2001-06-20 Abramo BagnaraNew async notification API. Removed obsolete surround...
2001-06-16 Jaroslav KyselaAdded context handling for snd_config_expand.
2001-06-15 Abramo BagnaraExtended parameterization. Marked with @ all fields...
2001-06-15 Takashi Iwaifixed compile on ia64 and sparc
2001-06-15 Jaroslav Kysela* Cleaned the alsa.conf syntax:
2001-06-11 Jaroslav KyselaAdded argument handling for the slave PCMs.
2001-06-08 Takashi IwaiDo not include asm/atomic.h on some architectures.
2001-06-04 Abramo BagnaraAdded hooked PCM type (one sample hook implementation...
2001-05-14 Abramo BagnaraAdded embedded/anonymous slave PCM definition
2001-04-13 Abramo BagnaraBetter PCM mmap API. Fixed pcm_multi
2001-03-30 Abramo BagnaraDocumentation generation fixes
2001-03-29 Abramo BagnaraLot of cleanings with the help of gcc3
2001-03-26 Abramo BagnaraAdded mode argument to open functions where it was...
2001-03-25 Abramo BagnaraDocumented input, output and conf
2001-03-24 Abramo BagnaraCompleted PCM documentation
2001-03-21 Abramo Bagnarapcm_share cleaning
2001-03-17 Abramo BagnaraImproved .asoundrc changes
2001-03-07 Abramo BagnaraExported ERR macros. Completed scopes architecture...
2001-03-04 Abramo BagnaraRemoved hook to not yet commited code
2001-03-04 Abramo BagnaraRenamed ERR to SNDERR. Added s16 pseudo meter scope...
2001-03-02 Abramo BagnaraFixed premature slave close
2001-03-01 Abramo BagnaraAdded pcm_meter skeleton