mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-18 22:05:17 -05:00
control: add empty plugin
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
493a41bcad
commit
adce5f7b65
4 changed files with 106 additions and 2 deletions
|
|
@ -21,12 +21,14 @@
|
|||
#ifndef PIC
|
||||
|
||||
extern const char *_snd_module_control_hw;
|
||||
extern const char *_snd_module_control_empty;
|
||||
extern const char *_snd_module_control_remap;
|
||||
extern const char *_snd_module_control_shm;
|
||||
extern const char *_snd_module_control_ext;
|
||||
|
||||
static const char **snd_control_open_objects[] = {
|
||||
&_snd_module_control_hw,
|
||||
&_snd_module_control_empty,
|
||||
#include "ctl_symbols_list.c"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue