From: Takashi Iwai Date: Wed, 28 Mar 2007 12:30:58 +0000 (+0200) Subject: Add missing control_ext entry X-Git-Tag: v1.0.14rc4~4 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2b5006b03c4a5d20912425344d03103336960327;p=alsa-lib.git Add missing control_ext entry Added missing entry for control_ext.c for static symbol table. --- 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;