mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
added a new plugin "iec958" to convert IEC958 subframes.
This commit is contained in:
parent
253b58bc03
commit
5586e5cbb1
5 changed files with 626 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue