control: add empty plugin

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2021-04-06 20:34:18 +02:00
parent 493a41bcad
commit adce5f7b65
4 changed files with 106 additions and 2 deletions

View file

@ -1345,7 +1345,7 @@ snd_ctl_t *snd_async_handler_get_ctl(snd_async_handler_t *handler)
}
static const char *const build_in_ctls[] = {
"hw", "remap", "shm", NULL
"hw", "empty", "remap", "shm", NULL
};
static int snd_ctl_open_conf(snd_ctl_t **ctlp, const char *name,