mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added Linear <-> float format conversion PCM type
This commit is contained in:
parent
aa68b89c37
commit
b3c53425d6
1 changed files with 2 additions and 0 deletions
|
|
@ -318,6 +318,8 @@ enum _snd_pcm_type {
|
|||
SND_PCM_TYPE_DROUTE,
|
||||
/** Loopback server plugin (not yet implemented) */
|
||||
SND_PCM_TYPE_LBSERVER,
|
||||
/** Linear <-> float format conversion PCM */
|
||||
SND_PCM_TYPE_LINEAR_FLOAT,
|
||||
/** LADSPA integration plugin */
|
||||
SND_PCM_TYPE_LADSPA,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue