OSDN Git Service

Implement the channel mapping API
[android-x86/external-alsa-lib.git] / src / pcm / pcm_local.h
2012-09-11 Takashi IwaiImplement the channel mapping API
2011-01-24 Jaroslav KyselaMerge branch 'ucm'
2010-11-15 Clemens Ladischsupport for period wakeup disabling
2010-08-23 Jaroslav Kyselageneral: recoded snd_dlobj_ functions
2010-08-11 Jaroslav Kyselapcm: introduce defaults.pcm.compat to change the params...
2010-08-11 Jaroslav Kyselapcm: add defaults.pcm.minperiodtime parsing
2008-11-21 Diego E. 'Flameeye... Make all the PCM plugins ops structure constant.
2008-06-06 Takashi IwaiExport __snd_pcm_mmap_emul_open()
2008-05-09 Jaroslav KyselaImplemented snd_pcm_sw_params_(set|get)_period_event...
2008-04-21 Jaroslav Kyselaimplemented snd_pcm_rewindable() and snd_pcm_forwardabl...
2008-04-11 Jaroslav Kyselaadded snd_pcm_hw_params_is_monotonic/can_forward/can_re...
2008-03-07 Takashi IwaiFix the build with old glibc
2008-01-09 Jaroslav KyselaImpemented snd_pcm_htimestamp() function.
2008-01-09 Jaroslav KyselaAdd support for monotonic timestamps
2008-01-08 Takashi IwaiRemove sleep_min and tick
2008-01-08 Takashi IwaiRemove PCM xfer_align
2007-11-30 Takashi IwaiMake local functions really local
2007-11-26 Takashi IwaiSet PCM name properly in empty and asym plugins
2007-11-21 Takashi IwaiClean up using gettimestamp()
2007-10-15 Jaroslav KyselaChanged Jaroslav Kysela's e-mail from perex@suse.cz...
2007-07-11 Takashi IwaiSplit mmap-emulation code from hw layer
2007-03-21 Takashi IwaiString array for default rate plugin list
2007-03-13 Takashi IwaiRemove _snd_pcm_link_descriptors() and more comments
2007-03-13 Takashi IwaiMore better fix for linked start/stop
2006-04-28 Takashi IwaiUse O_APPEND mode with dmix & co plugins
2006-04-06 Jaroslav KyselaMerged
2006-04-06 Takashi IwaiCreate rate converter plugin SDK
2006-03-03 Clemens Ladischreturn ENODEV for disconnected devices
2006-01-30 Takashi IwaiFix infinite parse of recursive definitions
2005-09-02 Takashi IwaiFix buffer allocation and mmap with plugins
2005-05-23 Takashi IwaiMove poll_* callbacks to fast_ops
2005-05-19 Takashi IwaiAdd snd_pcm_hw_params_get/set_export_buffer()
2005-05-18 Takashi IwaiRemove poll_ask callback
2005-05-18 Takashi IwaiAdd poll_descriptors and poll_descriptors_count callbacks
2005-04-12 Jaroslav KyselaAdded snd_pcm_hw_params_set_rate_resample function
2005-04-11 Takashi IwaiFix more CPU hang-up bugs in dmix
2005-01-20 Jaroslav KyselaThe stream linking problem for pcm_multi.c should be...
2005-01-20 Jaroslav Kyselaimproved stream linking and plugin code cleanups
2004-05-22 Jaroslav Kysela- added SYNC_PTR ioctl support for pcm_hw plugin
2004-05-03 Clemens Ladischdefine SND_PCM_INFO_RESUME
2004-04-15 Takashi Iwaifixed compile warnings.
2004-04-15 Takashi Iwaifixed the handling of EINTR in read/write.
2004-03-17 Jaroslav Kysela- added poll_ask callback to mangle avail_min (rate_plu...
2004-02-08 Jaroslav KyselaFixed file plugin - mmap access was broken and revents...
2004-01-31 Takashi Iwai- fixed the type punning (compilation warnings with...
2003-08-08 Jaroslav KyselaTakashi: added shadow pcm to avoid problem with plug...
2003-04-23 Jaroslav Kysela- added shm area manager code
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-12 Jaroslav KyselaFixed compilation problem for dmix (donot_close)
2003-02-11 Jaroslav KyselaMore changes for dmix plugin:
2003-02-08 Jaroslav KyselaMore pcm params functions returns an error rather than...
2003-02-04 Jaroslav KyselaCleanups in IPC stuff.
2003-01-27 Takashi Iwai- fixed the rate selection in the plug layer:
2002-11-07 Jaroslav KyselaAdded missing snd_dlclose() calls
2002-10-19 Jaroslav KyselaChanged sw_params to follow hw_params (unify functions)
2002-10-12 Jaroslav KyselaReplaced snd_pcm_avail() with snd_pcm_hwsync()
2002-10-12 Jaroslav KyselaAdded snd_pcm_hw_params_current() function and clear...
2002-10-11 Jaroslav KyselaImplemented snd_pcm_avail() function.
2002-10-10 Takashi Iwaifixed the build without versioned symbols.
2002-10-09 Jaroslav KyselaFixed mmap_xxxx_delay() to follow kernel code
2002-09-17 Jaroslav Kysela- unified snd_pcm_hw_params_* functions
2002-06-26 Jaroslav KyselaEnhanced bitmasks in PCM - added support for more forma...
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-12 Jaroslav KyselaMoved some prototypes from src/pcm/pcm_plugin.h to...
2001-12-30 Jaroslav KyselaUpdated GNU GPL license (address).
2001-12-11 Jaroslav KyselaAdded error passing to some refining functions to disab...
2001-12-10 Takashi IwaiRemoved inclusion of asm/system.h
2001-12-09 Jaroslav KyselaSynchronized snd_pcm_write_areas and snd_pcm_read_areas...
2001-12-08 Jaroslav KyselaChanged result of mmap_commit callback
2001-11-26 Jaroslav KyselaAdded lfloat plugin code (not finished)
2001-11-26 Jaroslav KyselaAdded more ACCBIT masks
2001-09-26 Jaroslav KyselaAdded power management functions and defines.
2001-07-30 Jaroslav KyselaMoved SND_PCM_INFO defines from asoundlib.h to pcm_local.h.
2001-07-07 Abramo BagnaraPermit to PCM plug configuration to specify unchanged...
2001-06-20 Abramo BagnaraNew async notification API. Removed obsolete surround...
2001-06-15 Jaroslav Kysela* Cleaned the alsa.conf syntax:
2001-06-11 Jaroslav KyselaAdded argument handling for the slave PCMs.
2001-06-06 Abramo BagnaraMore work on pcm_hooks
2001-06-04 Abramo BagnaraAdded hooked PCM type (one sample hook implementation...
2001-05-14 Abramo BagnaraAdded embedded/anonymous slave PCM definition
2001-05-03 Jaroslav KyselaRemoved snd_ctl_pcm_surround_next_device function.
2001-04-19 Abramo BagnaraImproved automatic start/stop
2001-04-13 Abramo BagnaraBetter PCM mmap API. Fixed pcm_multi
2001-04-13 Jaroslav KyselaAdded the surround plugin to allow simple access for...
2001-03-29 Abramo BagnaraLot of cleanings with the help of gcc3
2001-03-24 Abramo BagnaraCompleted PCM documentation
2001-03-23 Abramo BagnaraFirst part of PCM documentation
2001-03-21 Abramo Bagnarapcm_share cleaning
2001-03-17 Abramo BagnaraImproved .asoundrc changes
2001-03-01 Abramo BagnaraAdded pcm_meter skeleton
2001-02-27 Abramo BagnaraAdded multithread aware status for plugins
2001-02-27 Abramo BagnaraImproved plugin code (simpler, faster and multithread...
2001-02-14 Abramo Bagnarasign fixes
2001-02-14 Abramo BagnaraFixed longstanding avail compute bug. Cosmetic fixes
2001-02-12 Abramo BagnaraMore generic support for poll descriptors
2001-02-11 Abramo BagnaraCompleted mixer API. Improved iterators. Renamed contro...
2001-02-07 Abramo BagnaraRemoved snd_pcm_hw_refine from API
next