added a new plugin "iec958" to convert IEC958 subframes.

This commit is contained in:
Takashi Iwai 2004-05-04 15:13:23 +00:00
parent 253b58bc03
commit 5586e5cbb1
5 changed files with 626 additions and 3 deletions

View file

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