summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_copy.c
Commit message (Expand)AuthorAgeFilesLines
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
* Introduce bswap.h for portable definitions of byte swap macros.Thomas Klausner2016-03-031-1/+1
* pcm: Implement timestamp type handling in all pluginsTakashi Iwai2014-07-141-1/+1
* Implement the channel mapping APITakashi Iwai2012-09-111-0/+3
* Make all the PCM plugins ops structure constant.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
* Add support for monotonic timestampsJaroslav Kysela2008-01-091-0/+1
* Fix infinite parse of recursive definitionsTakashi Iwai2006-01-301-1/+1
* Move poll_* callbacks to fast_opsTakashi Iwai2005-05-231-3/+0
* Add poll_descriptors and poll_descriptors_count callbacksTakashi Iwai2005-05-181-0/+2
* improved stream linking and plugin code cleanupsJaroslav Kysela2005-01-201-15/+15
* fixed the missing initialization of poll events for copy plugin.Takashi Iwai2003-08-061-0/+1
* fixes by Art Haas <ahaas@airmail.net>:Takashi Iwai2003-07-251-13/+13
* More changes for dmix plugin:Jaroslav Kysela2003-02-111-0/+1
* Moved ring buffer pointers and added a mechanism to transfer them via shmJaroslav Kysela2002-04-231-2/+2
* Cleaned the mmap_commit implementations in plugins.Jaroslav Kysela2002-02-211-0/+3
* Added description of copy, linear, lfloat and mulaw PCM pluginsJaroslav Kysela2002-01-131-1/+65
* Updated GNU GPL license (address).Jaroslav Kysela2001-12-301-5/+5
* Configuration:Jaroslav Kysela2001-11-191-1/+3
* Changes for static build.Jaroslav Kysela2001-10-241-2/+6
* Added symbol versioning for dlsym-callbacks.Jaroslav Kysela2001-08-151-0/+1
* New async notification API. Removed obsolete surround. CleaningAbramo Bagnara2001-06-201-10/+4
* Added context handling for snd_config_expand.Jaroslav Kysela2001-06-161-0/+1
* * Cleaned the alsa.conf syntax:Jaroslav Kysela2001-06-151-3/+2
* Added argument handling for the slave PCMs.Jaroslav Kysela2001-06-111-3/+4
* Added hooked PCM type (one sample hook implementation will follow). Some clea...Abramo Bagnara2001-06-041-3/+1
* Added embedded/anonymous slave PCM definitionAbramo Bagnara2001-05-141-11/+5
* pcm_share cleaningAbramo Bagnara2001-03-211-1/+1
* Improved .asoundrc changesAbramo Bagnara2001-03-171-8/+8
* Renamed ERR to SNDERR. Added s16 pseudo meter scope. Fixed plug hw_refine/paramsAbramo Bagnara2001-03-041-3/+3
* Improved plugin code (simpler, faster and multithread ready)Abramo Bagnara2001-02-271-61/+28
* Completed mixer API. Improved iterators. Renamed control values struct. Rewri...Abramo Bagnara2001-02-111-8/+8
* Splitted rawmidi streams. Removed stream constraint on config filesAbramo Bagnara2001-02-071-2/+0
* Encapsulated conf APIAbramo Bagnara2001-02-071-8/+9
* Control API encapsulation. Better names for kernel API. Simpler PCM hw_params...Abramo Bagnara2001-02-061-2/+2
* Added missing rawmidi functions. Cleaned PCM use of masksAbramo Bagnara2001-02-041-6/+4
* Corrected and completed encapsulation for PCM and rawmidi. Remove SND_PCM_HW_...Abramo Bagnara2001-02-041-6/+6
* Removed card type from devices info. Added card number to devices info. Compl...Abramo Bagnara2001-01-311-13/+12
* Added snd_ prefix to mask and interval. Divided header.h wrappersAbramo Bagnara2001-01-301-4/+4
* Added support for hw_free in alsa-libAbramo Bagnara2001-01-191-0/+1
* Major cleaning to hw_params mechanism for pluginsAbramo Bagnara2001-01-181-39/+45
* Added I/O classesAbramo Bagnara2001-01-171-6/+6
* Uniformed some internal names. Bug fixesAbramo Bagnara2001-01-151-2/+0
* New PCM model with fragment concept removal and two interrupt sourcesAbramo Bagnara2001-01-151-24/+37
* PCM API cleaning. silencing implementation. xfer_min removalAbramo Bagnara2000-12-291-3/+3
* Added snd_*_card() functions.Jaroslav Kysela2000-12-221-0/+1
* Removed dig_info & dig_params..Jaroslav Kysela2000-12-211-2/+0
* New hw_params implementationAbramo Bagnara2000-12-211-23/+33
* Added pcm_copy and fixed pcm_plug for access change case.Abramo Bagnara2000-12-111-0/+246