mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-25 01:40:10 -05:00
- added asym plugin.
This commit is contained in:
parent
73365bd766
commit
b833982c70
5 changed files with 124 additions and 3 deletions
|
|
@ -1782,7 +1782,7 @@ snd_pcm_t *snd_async_handler_get_pcm(snd_async_handler_t *handler)
|
|||
static char *build_in_pcms[] = {
|
||||
"adpcm", "alaw", "copy", "dmix", "file", "hooks", "hw", "ladspa", "lfloat",
|
||||
"linear", "meter", "mulaw", "multi", "null", "plug", "rate", "route", "share",
|
||||
"shm", "dsnoop", "dshare", NULL
|
||||
"shm", "dsnoop", "dshare", "asym", NULL
|
||||
};
|
||||
|
||||
static int snd_pcm_open_conf(snd_pcm_t **pcmp, const char *name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue