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

@ -44,6 +44,7 @@ extern const char *_snd_module_pcm_dmix;
extern const char *_snd_module_pcm_dsnoop;
extern const char *_snd_module_pcm_dshare;
extern const char *_snd_module_pcm_asym;
extern const char *_snd_module_pcm_iec958;
static const char **snd_pcm_open_objects[] = {
&_snd_module_pcm_adpcm,
@ -67,7 +68,8 @@ static const char **snd_pcm_open_objects[] = {
&_snd_module_pcm_dmix,
&_snd_module_pcm_dsnoop,
&_snd_module_pcm_dshare,
&_snd_module_pcm_asym
&_snd_module_pcm_asym,
&_snd_module_pcm_iec958
};
void *snd_pcm_open_symbols(void)