mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
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:
parent
308f52e65a
commit
ffebf01d61
2 changed files with 10 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue