mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
surround41/50.conf: Use chmap syntax for better flexibility
In case the hardware only supports a specific channel map, this change would allow surround41/50 to select the correct channel map and channel count in this situation. Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
9ee6ec80b8
commit
bbe9248e67
2 changed files with 10 additions and 12 deletions
|
|
@ -53,12 +53,11 @@ pcm.!surround41 {
|
|||
]
|
||||
}
|
||||
}
|
||||
slave.channels 6
|
||||
ttable.0.0 1
|
||||
ttable.1.1 1
|
||||
ttable.2.2 1
|
||||
ttable.3.3 1
|
||||
ttable.4.5 1
|
||||
ttable.0.FL 1
|
||||
ttable.1.FR 1
|
||||
ttable.2.RL 1
|
||||
ttable.3.RR 1
|
||||
ttable.4.LFE 1
|
||||
hint {
|
||||
description "4.1 Surround output to Front, Rear and Subwoofer speakers"
|
||||
device $DEV
|
||||
|
|
|
|||
|
|
@ -53,12 +53,11 @@ pcm.!surround50 {
|
|||
]
|
||||
}
|
||||
}
|
||||
slave.channels 6
|
||||
ttable.0.0 1
|
||||
ttable.1.1 1
|
||||
ttable.2.2 1
|
||||
ttable.3.3 1
|
||||
ttable.4.4 1
|
||||
ttable.0.FL 1
|
||||
ttable.1.FR 1
|
||||
ttable.2.RL 1
|
||||
ttable.3.RR 1
|
||||
ttable.4.FC 1
|
||||
hint {
|
||||
description "5.0 Surround output to Front, Center and Rear speakers"
|
||||
device $DEV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue