OSDN Git Service

Update hdspm.h file from Adrian Knoth
[android-x86/external-alsa-lib.git] / include / pcm.h
2011-01-24 Jaroslav KyselaMerge branch 'ucm'
2010-11-15 Clemens Ladischsupport for period wakeup disabling
2009-08-10 Clemens Ladischsnd_pcm_scope_set_ops: make ops parameter const
2009-08-04 Clemens Ladischremove unimplemented functions from headers
2008-10-23 Jaroslav KyselaMerge branch 'master' of git@git.alsa-project.org:alsa-lib
2008-10-23 Jaroslav KyselaAdd snd_pcm_avail() and snd_pcm_avail_delay() prototypes
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-02-11 Takashi IwaiFix conflict of obsoleted snd_pcm_hw_* definitions
2008-01-14 Takashi IwaiAdd SND_PCM_TSTAMP_MMAP back
2008-01-11 Jaroslav KyselaAdded possibility to disable also channel and format...
2008-01-11 Jaroslav KyselaSND_PCM_TSTAMP_MMAP -> SND_PCM_TSTAMP_ENABLE change
2008-01-09 Jaroslav KyselaImpemented snd_pcm_htimestamp() function.
2008-01-09 Takashi IwaiFix function declarations with old PCM API
2008-01-08 Takashi IwaiRemove sleep_min and tick
2008-01-08 Takashi IwaiRemove PCM xfer_align
2007-12-21 Takashi IwaiAdd deprecated attribute to obsolete functions
2007-10-25 Takashi IwaiRemove assert from header files
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
2006-10-23 Jaroslav Kyselapcm: fix ipc offset calculation for direct plugins
2006-01-06 Jaroslav Kyselaimplementation of pcm simple helper function
2005-09-21 Jaroslav Kyselafixed typo in comment
2005-05-19 Takashi IwaiAdd snd_pcm_hw_params_get/set_export_buffer()
2005-04-14 Takashi IwaiMove old PCM API to pcm_old.h
2005-04-12 Jaroslav KyselaAdded snd_pcm_hw_params_set_rate_resample function
2005-02-14 Takashi IwaiAdd filter-type external plugin SDK
2005-02-08 Takashi IwaiAdd external PCM plugin SDK (draft version)
2005-01-17 Clemens Ladischfix some file paths in comments
2004-12-27 Takashi IwaiAdd softvol PCM plugin
2004-09-21 Takashi IwaiFix warnings with -Wshadow
2004-05-04 Takashi Iwaiadded a new plugin "iec958" to convert IEC958 subframes.
2004-03-26 Jaroslav KyselaInitial implementation of PCM simple API extension.
2004-03-14 Jaroslav KyselaInitial proposal for simple PCM API extension
2004-01-19 Jaroslav KyselaAdded SNDRV_PCM_STATE_DISCONNECTED state.
2003-12-22 Jaroslav KyselaFixed typo - snd_pcm_type_name()
2003-11-05 Jaroslav KyselaSwitch from old to new PCM API retaining binary compati...
2003-03-18 Jaroslav KyselaExtracted common code from dmix plugin.
2003-03-08 Jaroslav KyselaAdded snd_pcm_type_name()
2003-02-28 Jaroslav KyselaAdded htstamp functions
2003-02-28 Jaroslav KyselaTimestamp update (struct timeval -> struct timespec).
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 KyselaMore pcm_jack plugin changes
2003-02-05 Jaroslav KyselaAdded snd_pcm_sw_params_get_boundary() function.
2003-02-04 Jaroslav Kyselaadded DMIX plugin
2002-10-23 Jaroslav KyselaRemoved clear() functions
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 KyselaAdded snd_pcm_avail() function
2002-09-21 Jaroslav KyselaNew hw_params API uses weak alias in function declaration
2002-09-21 Jaroslav KyselaFixed loop for inline functions defining new hw_params...
2002-09-19 Jaroslav KyselaReverted back the PCM API.
2002-09-17 Jaroslav Kysela- unified snd_pcm_hw_params_* functions
2002-09-09 Jaroslav KyselaAdded snd_pcm_hw_params_get_min_align; changed get_form...
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-03-12 Jaroslav KyselaCorrections by Kevin Conder <kconder@interaccess.com>
2002-02-05 Takashi Iwairemoved comma from last element of enums.
2002-01-28 Jaroslav KyselaAdded more informative comments to open mode flags
2001-12-30 Jaroslav KyselaUpdated GNU GPL license (address).
2001-12-11 Jaroslav Kyselachanged result type from int to snd_pcm_sframes_t for...
2001-12-11 Jaroslav KyselaAdded snd_pcm_access_mask_empty()
2001-12-10 Jaroslav KyselaRemoved snd_pcm_mmap_begin_avail and changed snd_pcm_mm...
2001-12-10 Jaroslav KyselaAdded snd_pcm_mmap_commit_partial().
2001-12-09 Jaroslav Kysela- added snd_pcm_mmap_begin_avail function; it is optimi...
2001-11-30 Jaroslav KyselaAdded snd_*_poll_descriptors_revents functions.
2001-11-26 Jaroslav KyselaAdded lfloat plugin code (not finished)
2001-11-26 Jaroslav KyselaAdded Linear <-> float format conversion PCM type
2001-11-26 Jaroslav KyselaSpecified the range for float types and added empty...
2001-11-25 Jaroslav KyselaAdded LADSPA plugin (only framework, no implementation...
2001-11-24 Jaroslav KyselaAdded snd_*_open_lconf functions.
2001-11-19 Jaroslav KyselaConfiguration:
2001-11-14 Jaroslav Kyselapcm.h - major documentation updates and reordering
2001-10-25 Jaroslav KyselaFixed PCM STATE range
2001-10-23 Jaroslav KyselaAdded overrange function
2001-10-18 Jaroslav KyselaAdded mmap_write & mmap_readi functions to include...
2001-10-14 Jaroslav KyselaAdded snd_pcm_hw_params_can_resume
2001-09-26 Jaroslav KyselaAdded power management functions and defines.
2001-09-13 Jaroslav KyselaSeparated asoundlib.h to small files.
2001-09-11 Jaroslav KyselaAdded snd_pcm_sync_id_t
2001-08-22 Jaroslav KyselaCompilation fixes (asound.h removal)
2001-08-20 Jaroslav KyselaThe main header file is not dependant on asound.h from...
2001-08-15 Jaroslav KyselaAdded symbol versioning for dlsym-callbacks.
2001-07-30 Jaroslav KyselaMoved SND_PCM_INFO defines from asoundlib.h to pcm_local.h.
2001-07-30 Jaroslav KyselaSome reorganization for libtool updates (version 1...
2001-07-26 Jaroslav KyselaAdded missing tests for hw_params->info.
2001-07-11 Jaroslav KyselaMore documentation enhancements / removal of non-existe...
2001-07-11 Jaroslav KyselaAdded documentation for instrument and midi event funct...
2001-07-02 Abramo BagnaraAdded snd_pcm_hw_params_*_get_mask
2001-06-20 Abramo BagnaraNew async notification API. Removed obsolete surround...
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-03 Jaroslav KyselaRemoved snd_ctl_pcm_surround_next_device function.
2001-04-24 Jaroslav KyselaImproved in-source documentation (interfaces are divide...
2001-04-19 Abramo BagnaraImproved automatic start/stop
next