mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-07 13:30:07 -05:00
Remove routing of 5.1 output
Removed the routing of 5.1 output. ICH4 uses the same slot assignment (3/4/7/8/6/9) like codec chips.
This commit is contained in:
parent
94c4cdcd30
commit
823a925c26
1 changed files with 37 additions and 47 deletions
|
|
@ -103,55 +103,45 @@ ICH4.pcm.surround51.0 {
|
||||||
}
|
}
|
||||||
type softvol
|
type softvol
|
||||||
slave.pcm {
|
slave.pcm {
|
||||||
type route
|
type hooks
|
||||||
ttable.0.0 1
|
|
||||||
ttable.1.1 1
|
|
||||||
ttable.2.4 1
|
|
||||||
ttable.3.5 1
|
|
||||||
ttable.4.2 1
|
|
||||||
ttable.5.3 1
|
|
||||||
slave.pcm {
|
slave.pcm {
|
||||||
type hooks
|
type hw
|
||||||
slave.pcm {
|
card $CARD
|
||||||
type hw
|
device 0
|
||||||
card $CARD
|
}
|
||||||
device 0
|
hooks.0 {
|
||||||
}
|
type ctl_elems
|
||||||
hooks.0 {
|
hook_args [
|
||||||
type ctl_elems
|
{
|
||||||
hook_args [
|
name "Line-In As Surround"
|
||||||
{
|
preserve true
|
||||||
name "Line-In As Surround"
|
value true
|
||||||
preserve true
|
lock true
|
||||||
value true
|
optional true
|
||||||
lock true
|
}
|
||||||
optional true
|
{
|
||||||
}
|
name "Mic As Center/LFE"
|
||||||
{
|
preserve true
|
||||||
name "Mic As Center/LFE"
|
value true
|
||||||
preserve true
|
lock true
|
||||||
value true
|
optional true
|
||||||
lock true
|
}
|
||||||
optional true
|
{
|
||||||
}
|
name "Surround Down Mix"
|
||||||
{
|
preserve true
|
||||||
name "Surround Down Mix"
|
value off
|
||||||
preserve true
|
lock true
|
||||||
value off
|
optional true
|
||||||
lock true
|
}
|
||||||
optional true
|
{
|
||||||
}
|
name "Center/LFE Down Mix"
|
||||||
{
|
preserve true
|
||||||
name "Center/LFE Down Mix"
|
value off
|
||||||
preserve true
|
lock true
|
||||||
value off
|
optional true
|
||||||
lock true
|
}
|
||||||
optional true
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
slave.channels 6
|
|
||||||
}
|
}
|
||||||
control {
|
control {
|
||||||
name "PCM Playback Volume"
|
name "PCM Playback Volume"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue