mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -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
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue