mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Extracted common code from dmix plugin.
Initial framework for dsnoop and dshare plugins.
This commit is contained in:
parent
8dcce6339b
commit
bc28eccdcd
9 changed files with 2929 additions and 799 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue