mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Fix missing declaration
Fixed the missing declration of softvol plugin.
This commit is contained in:
parent
6ceba8d0e2
commit
7e92411760
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue