mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -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
|
|
@ -677,6 +677,7 @@ pcm.name {
|
|||
type dsnoop # Direct snoop
|
||||
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
|
||||
|
|
@ -697,6 +698,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