From 2b5006b03c4a5d20912425344d03103336960327 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 28 Mar 2007 14:30:58 +0200 Subject: [PATCH] Add missing control_ext entry Added missing entry for control_ext.c for static symbol table. --- src/control/control_ext.c | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.47.1