mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05: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"
|
[rate INT] # Slave rate (default nearest) or "unchanged"
|
||||||
}
|
}
|
||||||
route_policy STR # route policy for automatic ttable generation
|
route_policy STR # route policy for automatic ttable generation
|
||||||
# STR can be 'sum', 'copy', 'duplicate'
|
# STR can be 'default', 'sum', 'copy', 'duplicate'
|
||||||
# sum: result is sum of input channels (default)
|
# sum: result is sum of input channels
|
||||||
# copy: only first channels are copied to destination
|
# copy: only first channels are copied to destination
|
||||||
# duplicate: duplicate first set of channels
|
# duplicate: duplicate first set of channels
|
||||||
|
# default: copy policy, except for mono capture - sum
|
||||||
ttable { # Transfer table (bidimensional compound of
|
ttable { # Transfer table (bidimensional compound of
|
||||||
# cchannels * schannels numbers)
|
# cchannels * schannels numbers)
|
||||||
CCHANNEL {
|
CCHANNEL {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue