ladish/alsapid
Nedko Arnaudov 60aaa492db Make alsapid work when libasound is loaded with dlopen(). Fix for #180
when alsapid is preloaded libasound is not loaded yet
for some unknown reason, late call to dlvsym() fails as well,
at least for mididings (python loads _mididings.so that
implicitly loads libasound.so)

this changeset implements the late symbol lookup,
because it makes the code smaller

the actual fix is to LD_PRELOAD libasound.so as well
2011-06-03 00:44:00 +03:00
..
alsapid.h alsapid_get_pid() for use in ladishd virtualizer 2010-10-31 10:17:42 +02:00
asound.versions alsapid: initial code 2010-10-30 23:33:25 +03:00
helper.c alsapid_get_pid() for use in ladishd virtualizer 2010-10-31 10:17:42 +02:00
lib.c Make alsapid work when libasound is loaded with dlopen(). Fix for #180 2011-06-03 00:44:00 +03:00