mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-14 08:56:35 -05: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_extplug.h"
|
||||||
#include "pcm_ext_parm.h"
|
#include "pcm_ext_parm.h"
|
||||||
|
|
||||||
|
#ifndef PIC
|
||||||
|
/* entry for static linking */
|
||||||
|
const char *_snd_module_pcm_extplug = "";
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef DOC_HIDDEN
|
#ifndef DOC_HIDDEN
|
||||||
|
|
||||||
typedef struct snd_pcm_extplug_priv {
|
typedef struct snd_pcm_extplug_priv {
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,11 @@
|
||||||
#include "pcm_ioplug.h"
|
#include "pcm_ioplug.h"
|
||||||
#include "pcm_ext_parm.h"
|
#include "pcm_ext_parm.h"
|
||||||
|
|
||||||
|
#ifndef PIC
|
||||||
|
/* entry for static linking */
|
||||||
|
const char *_snd_module_pcm_ioplug = "";
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef DOC_HIDDEN
|
#ifndef DOC_HIDDEN
|
||||||
|
|
||||||
/* hw_params */
|
/* hw_params */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue