summaryrefslogtreecommitdiff
path: root/include/aserver.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused hostname resolution in shm plugins and aserverTakashi Iwai2015-01-281-1/+0
* Removed snd_pcm_hwptr().Jaroslav Kysela2003-02-221-4/+4
* Added snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin() for no xrun mode.Jaroslav Kysela2003-02-221-0/+4
* Replaced snd_pcm_avail() with snd_pcm_hwsync()Jaroslav Kysela2002-10-121-1/+1
* Added snd_pcm_hw_params_current() function and clear() functions for structuresJaroslav Kysela2002-10-121-0/+4
* Reverted back the PCM API.Jaroslav Kysela2002-09-191-2/+2
* Moved ring buffer pointers and added a mechanism to transfer them via shmJaroslav Kysela2002-04-231-2/+16
* Updated GNU GPL license (address).Jaroslav Kysela2001-12-301-5/+5
* Added power management functions and defines.Jaroslav Kysela2001-09-261-0/+1
* Removed snd_ctl_pcm_surround_next_device function.Jaroslav Kysela2001-05-031-5/+0
* Added ctl_elem_lock and unlock...Jaroslav Kysela2001-04-191-0/+2
* Better PCM mmap API. Fixed pcm_multiAbramo Bagnara2001-04-131-3/+4
* Added the surround plugin to allow simple access for 4.0 and 5.1 speakers.Jaroslav Kysela2001-04-131-0/+5
* Lot of cleanings with the help of gcc3Abramo Bagnara2001-03-291-0/+4
* Changed control to use events mask. Added subscribe ioctlAbramo Bagnara2001-02-131-1/+2
* More generic support for poll descriptorsAbramo Bagnara2001-02-121-0/+1
* Completed mixer API. Improved iterators. Renamed control values struct. Rewri...Abramo Bagnara2001-02-111-2/+2
* Completed control and mixer APIAbramo Bagnara2001-02-091-4/+9
* Better names for control APIAbramo Bagnara2001-02-071-5/+5
* Control API encapsulation. Better names for kernel API. Simpler PCM hw_params...Abramo Bagnara2001-02-061-1/+1
* Encapsulated hwdep. Converted all enums to type safetyAbramo Bagnara2001-02-051-0/+14
* Removed card type from devices info. Added card number to devices info. Compl...Abramo Bagnara2001-01-311-3/+0
* Changed some remaining size_t'sAbramo Bagnara2001-01-151-5/+5
* remove unused fieldAbramo Bagnara2000-12-291-1/+0
* PCM API cleaning. silencing implementation. xfer_min removalAbramo Bagnara2000-12-291-4/+1
* Fixed snd_*_card() wrt aserverAbramo Bagnara2000-12-231-1/+0
* Added snd_*_card() functions.Jaroslav Kysela2000-12-221-12/+15
* Removed dig_info & dig_params..Jaroslav Kysela2000-12-211-2/+0
* New hw_params implementationAbramo Bagnara2000-12-211-1/+1
* Changes and cleanups for the timer API.Jaroslav Kysela2000-11-301-0/+1
* Merged pcmfinal branch.Jaroslav Kysela2000-11-201-7/+5
* Added functions:Jaroslav Kysela2000-10-301-0/+1
* Added mmaped avail_minAbramo Bagnara2000-10-161-0/+4
* Fixed pointers useAbramo Bagnara2000-10-141-5/+17
* Fixed mmap wrt shm. Renamed pcm_client, control_client to shm. More error mes...Abramo Bagnara2000-10-141-11/+12
* Added support for async. Added error callback (and begun to use it). First im...Abramo Bagnara2000-10-111-2/+7
* Added rewind to API in place of appl_ptr(). Moved aserver to a better placeAbramo Bagnara2000-09-261-3/+2
* Merged pcmplug branch.Jaroslav Kysela2000-09-241-11/+12
* Some cleaning renames. Prepared API for new pluginsAbramo Bagnara2000-09-121-2/+2
* Added abstraction layer to controls. Added client/server support to controls....Abramo Bagnara2000-09-111-7/+24
* Types size fixesAbramo Bagnara2000-08-311-1/+1
* First version of ALSA client/serverAbramo Bagnara2000-08-311-0/+77