--- alsa-lib-1.0.11.orig/src/pcm/pcm_ioplug.c 2005-06-28 12:24:45.000000000 +0200 +++ alsa-lib-1.0.11/src/pcm/pcm_ioplug.c 2006-05-12 10:53:00.000000000 +0200 @@ -30,6 +30,9 @@ #include "pcm_ioplug.h" #include "pcm_ext_parm.h" +/* entry for static linking */ +const char *_snd_module_pcm_ioplug = ""; + #ifndef DOC_HIDDEN /* hw_params */ --- alsa-lib-1.0.11.orig/src/pcm/pcm_extplug.c 2006-03-21 11:30:44.000000000 +0100 +++ alsa-lib-1.0.11/src/pcm/pcm_extplug.c 2006-05-12 10:53:23.000000000 +0200 @@ -31,6 +31,9 @@ #include "pcm_extplug.h" #include "pcm_ext_parm.h" +/* entry for static linking */ +const char *_snd_module_pcm_extplug = ""; + #ifndef DOC_HIDDEN typedef struct snd_pcm_extplug_priv {