summaryrefslogtreecommitdiff
path: root/aserver
AgeCommit message (Collapse)AuthorFilesLines
2015-01-28Remove unused hostname resolution in shm plugins and aserverTakashi Iwai1-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>
2014-02-26autotools: update stylePatrick Welche1-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>
2008-11-21Make some static tables and strings constants.Diego E. 'Flameeyes' Pettenò1-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>
2004-09-28Terminate long_options arrayThomas Hood1-1/+2
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2003-07-26Art Haas <ahaas@airmail.net>Jaroslav Kysela1-6/+6
C99 initializers cleanup
2003-03-18Moved send_fd/receive_fd routines to src/socket.c .Jaroslav Kysela1-34/+1
2003-03-05Moved pcm_jack plugin to src/pcm/ext directory (must be build manually).Jaroslav Kysela1-7/+1
The pcm open functions looks to /usr/lib/alsa-lib directory for plugins like jack.
2003-02-22Removed snd_pcm_hwptr().Jaroslav Kysela1-3/+3
Added snd_pcm_hwdiff() and snd_pcm_forward(). Returned the behaviour for snd_pcm_mmap_begin().
2003-02-22Added snd_pcm_hwptr() and enhanced snd_pcm_mmap_begin() for no xrun mode.Jaroslav Kysela1-0/+3
2003-02-12More pcm_jack plugin changesJaroslav Kysela1-1/+6
2002-10-12Replaced snd_pcm_avail() with snd_pcm_hwsync()Jaroslav Kysela1-0/+3
2002-09-19Reverted back the PCM API.Jaroslav Kysela1-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.
2002-04-23Moved ring buffer pointers and added a mechanism to transfer them via shmJaroslav Kysela1-38/+82
2001-12-30Fixed licence versionJaroslav Kysela1-1/+1
2001-12-30Updated GNU GPL license (address).Jaroslav Kysela2-10/+10
Changed GNU LGPL licence from 2.0 to 2.1.
2001-11-19Configuration:Jaroslav Kysela1-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
2001-09-26Added power management functions and defines.Jaroslav Kysela1-0/+9
2001-09-13Initial versionJaroslav Kysela1-0/+340
2001-07-11Added documentation for instrument and midi event functions.Jaroslav Kysela1-2/+2
Removed snd_enum_() macros. Documentation changes in asoundlib.h.
2001-06-20New async notification API. Removed obsolete surround. CleaningAbramo Bagnara1-8/+45
2001-06-15Extended parameterization. Marked with @ all fields with special useAbramo Bagnara1-1/+1
2001-05-29Compilation fixes for forthcoming GCC 3.0Abramo Bagnara1-5/+4
2001-05-03Removed snd_ctl_pcm_surround_next_device function.Jaroslav Kysela1-3/+0
2001-04-19Added ctl_elem_lock and unlock code.Jaroslav Kysela1-0/+6
2001-04-13Better PCM mmap API. Fixed pcm_multiAbramo Bagnara1-3/+5
2001-04-13Added the surround plugin to allow simple access for 4.0 and 5.1 speakers.Jaroslav Kysela1-0/+3
It needs a bit more work to make it functional.
2001-03-29Lot of cleanings with the help of gcc3Abramo Bagnara1-32/+32
2001-03-26Added mode argument to open functions where it was missing. First part of ↵Abramo Bagnara1-1/+1
CTL documentation
2001-03-17Improved .asoundrc changesAbramo Bagnara1-1/+5
2001-02-13Changed control to use events mask. Added subscribe ioctlAbramo Bagnara1-2/+5
2001-02-13Added the safe version of the list_for_each function.Jaroslav Kysela1-2/+2
2001-02-12More generic support for poll descriptorsAbramo Bagnara1-4/+4
2001-02-11Completed mixer API. Improved iterators. Renamed control values struct. ↵Abramo Bagnara1-4/+4
Rewritten simple elements implementation
2001-02-09Completed control and mixer APIAbramo Bagnara1-13/+14
2001-02-07Better names for control APIAbramo Bagnara1-9/+9
2001-02-07Encapsulated conf APIAbramo Bagnara1-12/+13
2001-02-06Control API encapsulation. Better names for kernel API. Simpler PCM ↵Abramo Bagnara1-8/+6
hw_params API. Added missing const.
2001-02-04Corrected and completed encapsulation for PCM and rawmidi. Remove ↵Abramo Bagnara1-2/+2
SND_PCM_HW_PARAM_* and use functions. Separated rawmidi info between streams
2001-01-31Removed card type from devices info. Added card number to devices info. ↵Abramo Bagnara1-7/+0
Completed encapsulation of PCM API. Removed snd_pcm_card(). All copy functions now have the form copy(dst, src).
2001-01-29First step toward encapsulationAbramo Bagnara1-30/+30
2001-01-19Added support for hw_free in alsa-libAbramo Bagnara1-0/+3
2001-01-15Changed some remaining size_t'sAbramo Bagnara1-1/+1
2000-12-29PCM API cleaning. silencing implementation. xfer_min removalAbramo Bagnara1-3/+0
2000-12-23Fixed snd_*_card() wrt aserverAbramo Bagnara1-6/+5
2000-12-22Added snd_*_card() functions.Jaroslav Kysela1-0/+7
2000-12-21Removed dig_info & dig_params..Jaroslav Kysela1-6/+0
2000-12-21New hw_params implementationAbramo Bagnara1-2/+2
2000-12-04Get rid of OPEN_MAXAbramo Bagnara1-1/+1
2000-11-30Changes and cleanups for the timer API.Jaroslav Kysela1-0/+9
The device lists use the next device syntax now.
2000-11-30Added missing diagnosticsAbramo Bagnara1-5/+5