]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added dsnoop and dshare plugins
authorJaroslav Kysela <perex@perex.cz>
Wed, 19 Mar 2003 16:38:43 +0000 (16:38 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 19 Mar 2003 16:38:43 +0000 (16:38 +0000)
doc/asoundrc.txt

index 8777cbdcedb9a4c13bb1f32a6f60b037c135840a..41e41959ccc9fb3347405045090b8ed9f90ea6cc 100644 (file)
@@ -321,6 +321,22 @@ pcm.NAME {
   bindings {           # Bindings table
     N INT              # Slave channel for client channel N
   }
+
+  type dsnoop          # Direct snoop (split one capture stream to more)
+  slave STR            # Slave name (see pcm_slave)
+  ipc_key INT          # Unique ipc key
+  ipc_key_add_uid BOOL  # Add current uid to ipc_key
+  bindings {           # Bindings table
+    N INT              # Slave channel for client channel N
+  }
+
+  type dshare          # Share channels from one stream
+  slave STR            # Slave name (see pcm_slave)
+  ipc_key INT          # Unique ipc key
+  ipc_key_add_uid BOOL  # Add current uid to ipc_key
+  bindings {           # Bindings table
+    N INT              # Slave channel for client channel N
+  }
 }
 
 # CTL type definition