OSDN Git Service

Add missing control_ext entry
authorTakashi Iwai <tiwai@suse.de>
Wed, 28 Mar 2007 12:30:58 +0000 (14:30 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 28 Mar 2007 12:30:58 +0000 (14:30 +0200)
Added missing entry for control_ext.c for static symbol table.

src/control/control_ext.c

index bd196bb..dbe1309 100644 (file)
 #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;