mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
control: remap plugin - initial version
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
7db7e18bbb
commit
a64391a428
6 changed files with 1236 additions and 3 deletions
|
|
@ -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", "shm", NULL
|
||||
"hw", "remap", "shm", NULL
|
||||
};
|
||||
|
||||
static int snd_ctl_open_conf(snd_ctl_t **ctlp, const char *name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue