mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -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
|
|
@ -1515,6 +1515,11 @@ pcm.name {
|
|||
# or
|
||||
slave { # Slave definition
|
||||
pcm STR # Slave PCM name
|
||||
[format STR] # Slave format
|
||||
[channels INT] # Slave channels
|
||||
[rate INT] # Slave rate
|
||||
[period_time INT] # Slave period time in us
|
||||
[buffer_time INT] # Slave buffer time in us
|
||||
}
|
||||
bindings {
|
||||
N INT # Slave channel INT for client channel N
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue