mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Maik Broemme <mbroemme@plusserver.de>
- added ipc_perm for dmix plugin Jaroslav Kysela <perex@suse.cz> - added ipc_perm for dsnoop and dshare plugins - added ipc_perm to doc/asoundrc.txt
This commit is contained in:
parent
e88884e9bf
commit
0545cf711d
6 changed files with 88 additions and 15 deletions
|
|
@ -317,6 +317,7 @@ pcm.NAME {
|
|||
type dmix # Direct mixing plugin
|
||||
slave STR # Slave name (see pcm_slave)
|
||||
ipc_key INT # Unique ipc key
|
||||
ipc_perm INT # ipc permissions (default 0600)
|
||||
ipc_key_add_uid BOOL # Add current uid to ipc_key
|
||||
bindings { # Bindings table
|
||||
N INT # Slave channel for client channel N
|
||||
|
|
@ -325,6 +326,7 @@ pcm.NAME {
|
|||
type dsnoop # Direct snoop (split one capture stream to more)
|
||||
slave STR # Slave name (see pcm_slave)
|
||||
ipc_key INT # Unique ipc key
|
||||
ipc_perm INT # ipc permissions (default 0600)
|
||||
ipc_key_add_uid BOOL # Add current uid to ipc_key
|
||||
bindings { # Bindings table
|
||||
N INT # Slave channel for client channel N
|
||||
|
|
@ -333,6 +335,7 @@ pcm.NAME {
|
|||
type dshare # Share channels from one stream
|
||||
slave STR # Slave name (see pcm_slave)
|
||||
ipc_key INT # Unique ipc key
|
||||
ipc_perm INT # ipc permissions (default 0600)
|
||||
ipc_key_add_uid BOOL # Add current uid to ipc_key
|
||||
bindings { # Bindings table
|
||||
N INT # Slave channel for client channel N
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue