Correction for fixing alsa-lib static build

Added the missing _snd_module_pcm_* definitions for static alsa-lib.

From: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
This commit is contained in:
Takashi Iwai 2006-05-12 14:43:26 +02:00
parent 308f52e65a
commit ffebf01d61
2 changed files with 10 additions and 0 deletions

View file

@ -31,6 +31,11 @@
#include "pcm_extplug.h"
#include "pcm_ext_parm.h"
#ifndef PIC
/* entry for static linking */
const char *_snd_module_pcm_extplug = "";
#endif
#ifndef DOC_HIDDEN
typedef struct snd_pcm_extplug_priv {

View file

@ -30,6 +30,11 @@
#include "pcm_ioplug.h"
#include "pcm_ext_parm.h"
#ifndef PIC
/* entry for static linking */
const char *_snd_module_pcm_ioplug = "";
#endif
#ifndef DOC_HIDDEN
/* hw_params */