mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
added DMIX plugin
This commit is contained in:
parent
8720faaccb
commit
fd52ee0085
1 changed files with 3 additions and 1 deletions
|
|
@ -345,7 +345,9 @@ enum _snd_pcm_type {
|
||||||
/** Linear Integer <-> Linear Float format conversion PCM */
|
/** Linear Integer <-> Linear Float format conversion PCM */
|
||||||
SND_PCM_TYPE_LINEAR_FLOAT,
|
SND_PCM_TYPE_LINEAR_FLOAT,
|
||||||
/** LADSPA integration plugin */
|
/** LADSPA integration plugin */
|
||||||
SND_PCM_TYPE_LADSPA
|
SND_PCM_TYPE_LADSPA,
|
||||||
|
/** Direct Mixing plugin */
|
||||||
|
SND_PCM_TYPE_DMIX
|
||||||
};
|
};
|
||||||
|
|
||||||
/** PCM type */
|
/** PCM type */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue