summaryrefslogtreecommitdiff
path: root/aserver
Commit message (Expand)AuthorAgeFilesLines
* pcm: fix for the unitialized write bufferJaroslav Kysela2022-05-201-1/+1
* Use __func__ instead of __FUNCTION__Michael Forney2019-06-121-2/+2
* aserver: fix resource leak coverityJaroslav Kysela2019-05-241-14/+19
* a set of fixes to reduce gcc warningsJaroslav Kysela2018-03-271-0/+1
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
* cleanup: fix poll.h includesNatanael Copa2017-07-121-1/+1
* coverity fixesJaroslav Kysela2016-01-121-0/+1
* Remove unused hostname resolution in shm plugins and aserverTakashi Iwai2015-01-281-22/+2
* autotools: update stylePatrick Welche2014-02-261-1/+1
* Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
* Terminate long_options arrayThomas Hood2004-09-281-1/+2
* Art Haas <ahaas@airmail.net>Jaroslav Kysela2003-07-261-6/+6
* Moved send_fd/receive_fd routines to src/socket.c .Jaroslav Kysela2003-03-181-34/+1
* Moved pcm_jack plugin to src/pcm/ext directory (must be build manually).Jaroslav Kysela2003-03-051-7/+1
* Removed snd_pcm_hwptr().Jaroslav Kysela2003-02-221-3/+3
* Added snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin() for no xrun mode.Jaroslav Kysela2003-02-221-0/+3
* More pcm_jack plugin changesJaroslav Kysela2003-02-121-1/+6
* Replaced snd_pcm_avail() with snd_pcm_hwsync()Jaroslav Kysela2002-10-121-0/+3
* Reverted back the PCM API.Jaroslav Kysela2002-09-191-1/+1
* Moved ring buffer pointers and added a mechanism to transfer them via shmJaroslav Kysela2002-04-231-38/+82
* Fixed licence versionJaroslav Kysela2001-12-301-1/+1
* Updated GNU GPL license (address).Jaroslav Kysela2001-12-302-10/+10
* Configuration:Jaroslav Kysela2001-11-191-1/+3
* Added power management functions and defines.Jaroslav Kysela2001-09-261-0/+9
* Initial versionJaroslav Kysela2001-09-131-0/+340
* 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-8/+45
* Extended parameterization. Marked with @ all fields with special useAbramo Bagnara2001-06-151-1/+1
* Compilation fixes for forthcoming GCC 3.0Abramo Bagnara2001-05-291-5/+4
* Removed snd_ctl_pcm_surround_next_device function.Jaroslav Kysela2001-05-031-3/+0
* Added ctl_elem_lock and unlock code.Jaroslav Kysela2001-04-191-0/+6
* Better PCM mmap API. Fixed pcm_multiAbramo Bagnara2001-04-131-3/+5
* Added the surround plugin to allow simple access for 4.0 and 5.1 speakers.Jaroslav Kysela2001-04-131-0/+3
* Lot of cleanings with the help of gcc3Abramo Bagnara2001-03-291-32/+32
* Added mode argument to open functions where it was missing. First part of CTL...Abramo Bagnara2001-03-261-1/+1
* Improved .asoundrc changesAbramo Bagnara2001-03-171-1/+5
* Changed control to use events mask. Added subscribe ioctlAbramo Bagnara2001-02-131-2/+5
* Added the safe version of the list_for_each function.Jaroslav Kysela2001-02-131-2/+2
* More generic support for poll descriptorsAbramo Bagnara2001-02-121-4/+4
* Completed mixer API. Improved iterators. Renamed control values struct. Rewri...Abramo Bagnara2001-02-111-4/+4
* Completed control and mixer APIAbramo Bagnara2001-02-091-13/+14
* Better names for control APIAbramo Bagnara2001-02-071-9/+9
* Encapsulated conf APIAbramo Bagnara2001-02-071-12/+13
* Control API encapsulation. Better names for kernel API. Simpler PCM hw_params...Abramo Bagnara2001-02-061-8/+6
* Corrected and completed encapsulation for PCM and rawmidi. Remove SND_PCM_HW_...Abramo Bagnara2001-02-041-2/+2
* Removed card type from devices info. Added card number to devices info. Compl...Abramo Bagnara2001-01-311-7/+0
* First step toward encapsulationAbramo Bagnara2001-01-291-30/+30
* Added support for hw_free in alsa-libAbramo Bagnara2001-01-191-0/+3
* Changed some remaining size_t'sAbramo Bagnara2001-01-151-1/+1
* PCM API cleaning. silencing implementation. xfer_min removalAbramo Bagnara2000-12-291-3/+0