]> git.alsa-project.org Git - alsa-lib.git/commitdiff
added DMIX plugin
authorJaroslav Kysela <perex@perex.cz>
Tue, 4 Feb 2003 14:55:19 +0000 (14:55 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 4 Feb 2003 14:55:19 +0000 (14:55 +0000)
include/pcm.h

index 291611c2944c65f8e5ac81066e701afa779ab186..052f230bf3f13d7fc62121e30fbae6f9f3fd5554 100644 (file)
@@ -345,7 +345,9 @@ enum _snd_pcm_type {
        /** Linear Integer <-> Linear Float format conversion PCM */
        SND_PCM_TYPE_LINEAR_FLOAT,
        /** LADSPA integration plugin */
-       SND_PCM_TYPE_LADSPA
+       SND_PCM_TYPE_LADSPA,
+       /** Direct Mixing plugin */
+       SND_PCM_TYPE_DMIX
 };
 
 /** PCM type */