mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-22 08:56:57 -05:00
document all PCM plugin parameters
This commit is contained in:
parent
2cb16f857d
commit
ef11ba77ed
11 changed files with 26 additions and 1 deletions
|
|
@ -991,6 +991,7 @@ pcm.name {
|
|||
type dmix # Direct mix
|
||||
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
|
||||
|
|
@ -1011,6 +1012,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