Add missing control_ext entry

Added missing entry for control_ext.c for static symbol table.
This commit is contained in:
Takashi Iwai 2007-03-28 14:30:58 +02:00
parent 09996b632e
commit 2b5006b03c

View file

@ -34,6 +34,11 @@
#include "control_local.h" #include "control_local.h"
#include "control_external.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) static int snd_ctl_ext_close(snd_ctl_t *handle)
{ {
snd_ctl_ext_t *ext = handle->private_data; snd_ctl_ext_t *ext = handle->private_data;