mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added dsnoop and dshare plugins
This commit is contained in:
parent
7470a5b9af
commit
ead9960abc
1 changed files with 16 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue