]> git.alsa-project.org Git - alsa-lib.git/commit
Remove unused hostname resolution in shm plugins and aserver
authorTakashi Iwai <tiwai@suse.de>
Wed, 28 Jan 2015 15:21:14 +0000 (16:21 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 28 Jan 2015 15:23:06 +0000 (16:23 +0100)
commitdbb7eca6559e970bd015eaa95a9e0525660fa09e
tree44a01d5e354827c114f0a3c88f0339312243d31c
parent6ea14c3624c0cbcf90e7d5859b4af629523b8d82
Remove unused hostname resolution in shm plugins and aserver

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>
aserver/aserver.c
include/aserver.h
src/control/control_shm.c
src/pcm/pcm_shm.c
src/socket.c