summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_shm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused hostname resolution in shm plugins and aserverTakashi Iwai2015-01-281-51/+2
* Make all the PCM plugins ops structure constant.Diego E. 'Flameeyes' Pettenò2008-11-211-2/+2
* implemented snd_pcm_rewindable() and snd_pcm_forwardable(), removed can_rewin...Jaroslav Kysela2008-04-211-0/+12
* Impemented snd_pcm_htimestamp() function.Jaroslav Kysela2008-01-091-0/+8
* remove superfluous free() checksClemens Ladisch2006-02-271-2/+1
* pcm dump() routines update: use spaces to indent textsJaroslav Kysela2005-12-111-1/+1
* Move snd_is_local() to socket.cTakashi Iwai2005-11-301-51/+0
* Add snd_pcm_hw_params_get/set_export_buffer()Takashi Iwai2005-05-191-0/+1
* Remove poll_ask callbackTakashi Iwai2005-05-181-1/+0
* - added poll_ask callback to mangle avail_min (rate_plugin as example)Jaroslav Kysela2004-03-171-0/+1
* - check the return value of malloc & co.Takashi Iwai2004-02-251-0/+4
* fixes by Art Haas <ahaas@airmail.net>:Takashi Iwai2003-07-251-31/+31
* Moved send_fd/receive_fd routines to src/socket.c .Jaroslav Kysela2003-03-181-36/+0
* Removed snd_pcm_hwptr().Jaroslav Kysela2003-02-221-14/+10
* Added snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin() for no xrun mode.Jaroslav Kysela2003-02-221-0/+14
* More changes for dmix plugin:Jaroslav Kysela2003-02-111-0/+1
* Replaced snd_pcm_avail() with snd_pcm_hwsync()Jaroslav Kysela2002-10-121-8/+4
* Implemented snd_pcm_avail() function.Jaroslav Kysela2002-10-111-0/+13
* Reverted back the PCM API.Jaroslav Kysela2002-09-191-5/+5
* Moved ring buffer pointers and added a mechanism to transfer them via shmJaroslav Kysela2002-04-231-36/+124
* Cleaned the mmap_commit implementations in plugins.Jaroslav Kysela2002-02-211-5/+5
* Added description of shm, null and rate pluginsJaroslav Kysela2002-01-221-4/+71
* Updated GNU GPL license (address).Jaroslav Kysela2001-12-301-5/+5
* Changed result of mmap_commit callbackJaroslav Kysela2001-12-081-3/+3
* Configuration:Jaroslav Kysela2001-11-191-2/+6
* Changes for static build.Jaroslav Kysela2001-10-241-2/+6
* Added power management functions and defines.Jaroslav Kysela2001-09-261-0/+9
* Added symbol versioning for dlsym-callbacks.Jaroslav Kysela2001-08-151-0/+1
* Added documentation for instrument and midi event functions.Jaroslav Kysela2001-07-111-2/+2
* New async notification API. Removed obsolete surround. CleaningAbramo Bagnara2001-06-201-12/+3
* Added context handling for snd_config_expand.Jaroslav Kysela2001-06-161-6/+7
* Extended parameterization. Marked with @ all fields with special useAbramo Bagnara2001-06-151-9/+13
* Added argument handling for the slave PCMs.Jaroslav Kysela2001-06-111-1/+2
* Added hooked PCM type (one sample hook implementation will follow). Some clea...Abramo Bagnara2001-06-041-3/+1
* Better PCM mmap API. Fixed pcm_multiAbramo Bagnara2001-04-131-4/+7
* Lot of cleanings with the help of gcc3Abramo Bagnara2001-03-291-14/+14
* Improved .asoundrc changesAbramo Bagnara2001-03-171-7/+11
* Renamed ERR to SNDERR. Added s16 pseudo meter scope. Fixed plug hw_refine/paramsAbramo Bagnara2001-03-041-19/+19
* Completed mixer API. Improved iterators. Renamed control values struct. Rewri...Abramo Bagnara2001-02-111-28/+28
* Splitted rawmidi streams. Removed stream constraint on config filesAbramo Bagnara2001-02-071-2/+0
* Encapsulated conf APIAbramo Bagnara2001-02-071-23/+25
* Control API encapsulation. Better names for kernel API. Simpler PCM hw_params...Abramo Bagnara2001-02-061-6/+5
* Added missing rawmidi functions. Cleaned PCM use of masksAbramo Bagnara2001-02-041-8/+7
* Corrected and completed encapsulation for PCM and rawmidi. Remove SND_PCM_HW_...Abramo Bagnara2001-02-041-16/+16
* Removed card type from devices info. Added card number to devices info. Compl...Abramo Bagnara2001-01-311-9/+0
* Added snd_ prefix to mask and interval. Divided header.h wrappersAbramo Bagnara2001-01-301-9/+9
* First step toward encapsulationAbramo Bagnara2001-01-291-15/+15
* Added support for hw_free in alsa-libAbramo Bagnara2001-01-191-0/+9
* Major cleaning to hw_params mechanism for pluginsAbramo Bagnara2001-01-181-59/+68
* Added I/O classesAbramo Bagnara2001-01-171-6/+6