mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05: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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue