Fix missing declaration

Fixed the missing declration of softvol plugin.
This commit is contained in:
Takashi Iwai 2005-01-03 18:19:23 +00:00
parent 6ceba8d0e2
commit 7e92411760

View file

@ -45,6 +45,7 @@ extern const char *_snd_module_pcm_dsnoop;
extern const char *_snd_module_pcm_dshare; extern const char *_snd_module_pcm_dshare;
extern const char *_snd_module_pcm_asym; extern const char *_snd_module_pcm_asym;
extern const char *_snd_module_pcm_iec958; extern const char *_snd_module_pcm_iec958;
extern const char *_snd_module_pcm_softvol;
static const char **snd_pcm_open_objects[] = { static const char **snd_pcm_open_objects[] = {
&_snd_module_pcm_adpcm, &_snd_module_pcm_adpcm,