mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-16 05:33:43 -04:00
document all PCM plugin parameters
This commit is contained in:
parent
2cb16f857d
commit
ef11ba77ed
11 changed files with 26 additions and 1 deletions
|
|
@ -727,6 +727,7 @@ pcm.name {
|
|||
type dshare # Direct sharing
|
||||
ipc_key INT # unique IPC key
|
||||
ipc_key_add_uid BOOL # add current uid to unique IPC key
|
||||
ipc_perm INT # IPC permissions (octal, default 0600)
|
||||
slave STR
|
||||
# or
|
||||
slave { # Slave definition
|
||||
|
|
@ -747,6 +748,7 @@ pcm.name {
|
|||
bindings { # note: this is client independent!!!
|
||||
N INT # maps slave channel to client channel N
|
||||
}
|
||||
slowptr BOOL # slow but more precise pointer updates
|
||||
}
|
||||
\endcode
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue