mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Updated route_policy
This commit is contained in:
parent
29ae3ba073
commit
de27e7ec3f
1 changed files with 3 additions and 2 deletions
|
|
@ -129,10 +129,11 @@ pcm.NAME {
|
|||
[rate INT] # Slave rate (default nearest) or "unchanged"
|
||||
}
|
||||
route_policy STR # route policy for automatic ttable generation
|
||||
# STR can be 'sum', 'copy', 'duplicate'
|
||||
# sum: result is sum of input channels (default)
|
||||
# STR can be 'default', 'sum', 'copy', 'duplicate'
|
||||
# sum: result is sum of input channels
|
||||
# copy: only first channels are copied to destination
|
||||
# duplicate: duplicate first set of channels
|
||||
# default: copy policy, except for mono capture - sum
|
||||
ttable { # Transfer table (bidimensional compound of
|
||||
# cchannels * schannels numbers)
|
||||
CCHANNEL {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue