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

@ -354,6 +354,8 @@ enum _snd_pcm_type {
SND_PCM_TYPE_DSNOOP,
/** Direct Sharing plugin */
SND_PCM_TYPE_DSHARE,
/** IEC958 subframe plugin */
SND_PCM_TYPE_IEC958,
SND_PCM_TYPE_LAST = SND_PCM_TYPE_DSNOOP
};