document all PCM plugin parameters

This commit is contained in:
Clemens Ladisch 2004-04-26 07:40:12 +00:00
parent 2cb16f857d
commit ef11ba77ed
11 changed files with 26 additions and 1 deletions

View file

@ -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