Update of /cvsroot/alsa/alsa-lib/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv12782

Modified Files:
        asoundrc.txt 
Log Message:
Added dsnoop and dshare plugins

Index: asoundrc.txt
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/doc/asoundrc.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- asoundrc.txt        18 Mar 2003 17:08:38 -0000      1.7
+++ asoundrc.txt        19 Mar 2003 16:38:43 -0000      1.8
@@ -321,6 +321,22 @@
   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



-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to