summaryrefslogtreecommitdiff
path: root/aserver
Commit message (Collapse)AuthorAgeFilesLines
* coverity fixesJaroslav Kysela2016-01-121-0/+1
|
* Remove unused hostname resolution in shm plugins and aserverTakashi Iwai2015-01-281-22/+2
| | | | | | | | | | | | | PCM and control shm plugins and aserver have some codes to resolve the host address and check whether it's a local host although the given address is never used. In addition, the code contains gethostbyname() that is known to be obsoleted. So, let's get rid of all these unused codes. The host configuration item is still accepted (but just ignored) for keeping the compatibility. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* autotools: update stylePatrick Welche2014-02-261-1/+1
| | | | | | | | | - rename configure.in to configure.ac - replace INCLUDES with AM_CPPFLAGS - modernize AM_INIT_AUTOMAKE invocation Signed-off-by: Patrick Welche <prlw1@cam.ac.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò2008-11-211-1/+1
| | | | | | | | | | | By doing this we move them from the .data section to .rodata setion, or from .data.rel to .data.rel.ro. The .rodata section is mapped directly from the on-disk file, which is always a save, while .data.rel.ro is mapped directly when using prelink, which is a save in a lot of cases. Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
* Terminate long_options arrayThomas Hood2004-09-281-1/+2
| | | | Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
* Art Haas <ahaas@airmail.net>Jaroslav Kysela2003-07-261-6/+6
| | | | C99 initializers cleanup
* 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
| | | | | The pcm open functions looks to /usr/lib/alsa-lib directory for plugins like jack.
* Removed snd_pcm_hwptr().Jaroslav Kysela2003-02-221-3/+3
| | | | | Added snd_pcm_hwdiff() and snd_pcm_forward(). Returned the behaviour for snd_pcm_mmap_begin().
* 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
| | | | | | New snd_pcm_hw_params_* functions are available only explicitly when ALSA_PCM_NEW_HW_PARAMS_API is defined. Updated documentation and test code to new API.
* 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
| | | | Changed GNU LGPL licence from 2.0 to 2.1.
* Configuration:Jaroslav Kysela2001-11-191-1/+3
| | | | | | | | | | | | | | | | - changed snd_config_get_id function to follow semantic of other get functions - added snd_config_test_id - added runtime pointer type (not persistent) - added snd_config_make_pointer, snd_config_set_pointer, snd_config_get_pointer - added type/contents checking for callback functions - changed 'void *private_data' to 'snd_config_t *private_data' - renamed card_strtype functions to card_driver Control: - fixed passing parameters to snd_ctl_async Async handlers: - added public snd_async_handler_get_signo function Documentation: - moved all documentation to source files
* 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
| | | | | Removed snd_enum_() macros. Documentation changes in asoundlib.h.
* 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
| | | | It needs a bit more work to make it functional.
* 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 ↵Abramo Bagnara2001-03-261-1/+1
| | | | CTL documentation
* 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. ↵Abramo Bagnara2001-02-111-4/+4
| | | | Rewritten simple elements implementation
* 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 ↵Abramo Bagnara2001-02-061-8/+6
| | | | hw_params API. Added missing const.
* Corrected and completed encapsulation for PCM and rawmidi. Remove ↵Abramo Bagnara2001-02-041-2/+2
| | | | SND_PCM_HW_PARAM_* and use functions. Separated rawmidi info between streams
* Removed card type from devices info. Added card number to devices info. ↵Abramo Bagnara2001-01-311-7/+0
| | | | Completed encapsulation of PCM API. Removed snd_pcm_card(). All copy functions now have the form copy(dst, src).
* 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
|
* Fixed snd_*_card() wrt aserverAbramo Bagnara2000-12-231-6/+5
|
* Added snd_*_card() functions.Jaroslav Kysela2000-12-221-0/+7
|
* Removed dig_info & dig_params..Jaroslav Kysela2000-12-211-6/+0
|
* New hw_params implementationAbramo Bagnara2000-12-211-2/+2
|
* Get rid of OPEN_MAXAbramo Bagnara2000-12-041-1/+1
|
* Changes and cleanups for the timer API.Jaroslav Kysela2000-11-301-0/+9
| | | | The device lists use the next device syntax now.