mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -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
|
|
@ -1047,6 +1047,13 @@ pcm.name {
|
|||
pcm STR # Slave PCM name
|
||||
# or
|
||||
pcm { } # Slave PCM definition
|
||||
[format STR] # Slave format
|
||||
[channels INT] # Slave channels
|
||||
}
|
||||
ttable { # Transfer table (bi-dimensional compound of cchannels * schannels numbers)
|
||||
CCHANNEL {
|
||||
SCHANNEL REAL # route value (0.0 - 1.0)
|
||||
}
|
||||
}
|
||||
}
|
||||
\endcode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue