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

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