From: Jaroslav Kysela Date: Wed, 19 Mar 2003 16:38:43 +0000 (+0000) Subject: Added dsnoop and dshare plugins X-Git-Tag: v1.0.3~193 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ead9960abcdffb305058a1b829b5c31af888d9d0;p=alsa-lib.git Added dsnoop and dshare plugins --- diff --git a/doc/asoundrc.txt b/doc/asoundrc.txt index 8777cbdc..41e41959 100644 --- a/doc/asoundrc.txt +++ b/doc/asoundrc.txt @@ -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