From: Takashi Iwai Date: Mon, 3 Jan 2005 18:19:23 +0000 (+0000) Subject: Fix missing declaration X-Git-Tag: v1.0.8~9 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=7e92411760a19572426c7303611bf55a9f64d49b;p=alsa-lib.git Fix missing declaration Fixed the missing declration of softvol plugin. --- diff --git a/src/pcm/pcm_symbols.c b/src/pcm/pcm_symbols.c index 64b6d199..b192ba2a 100644 --- a/src/pcm/pcm_symbols.c +++ b/src/pcm/pcm_symbols.c @@ -45,6 +45,7 @@ extern const char *_snd_module_pcm_dsnoop; extern const char *_snd_module_pcm_dshare; extern const char *_snd_module_pcm_asym; extern const char *_snd_module_pcm_iec958; +extern const char *_snd_module_pcm_softvol; static const char **snd_pcm_open_objects[] = { &_snd_module_pcm_adpcm,