diff --git a/src/control/control_ext.c b/src/control/control_ext.c index bd196bb9..dbe13092 100644 --- a/src/control/control_ext.c +++ b/src/control/control_ext.c @@ -34,6 +34,11 @@ #include "control_local.h" #include "control_external.h" +#ifndef PIC +/* entry for static linking */ +const char *_snd_module_control_ext = ""; +#endif + static int snd_ctl_ext_close(snd_ctl_t *handle) { snd_ctl_ext_t *ext = handle->private_data;