Extracted common code from dmix plugin.

Initial framework for dsnoop and dshare plugins.
This commit is contained in:
Jaroslav Kysela 2003-03-18 20:37:42 +00:00
parent 8dcce6339b
commit bc28eccdcd
9 changed files with 2929 additions and 799 deletions

View file

@ -1755,7 +1755,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", NULL
"shm", "dsnoop", "dshare", NULL
};
static int snd_pcm_open_conf(snd_pcm_t **pcmp, const char *name,