mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Added route_policy option for the plug plugin.
Some fixes in the route and hooks plugin.
This commit is contained in:
parent
0d9a5d0e59
commit
b81a1dd79f
4 changed files with 83 additions and 30 deletions
|
|
@ -128,6 +128,11 @@ pcm.NAME {
|
|||
[channels INT] # Slave channels (default nearest) or "unchanged"
|
||||
[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
|
||||
# copy: only first channels are copied to destination
|
||||
# duplicate: duplicate first set of channels
|
||||
ttable { # Transfer table (bidimensional compound of
|
||||
# cchannels * schannels numbers)
|
||||
CCHANNEL {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue