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