]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix missing declaration
authorTakashi Iwai <tiwai@suse.de>
Mon, 3 Jan 2005 18:19:23 +0000 (18:19 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 3 Jan 2005 18:19:23 +0000 (18:19 +0000)
Fixed the missing declration of softvol plugin.

src/pcm/pcm_symbols.c

index 64b6d1999f661bd39489c8a082a6693f77b1d229..b192ba2ac9ddf176fa63e3ae30bf8d7bc6ff5f0d 100644 (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_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,