mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-18 08:56:42 -05:00
- use the channel B for surround40 and 51.
This commit is contained in:
parent
711610be1f
commit
dbffcd437e
1 changed files with 24 additions and 1 deletions
|
|
@ -30,7 +30,30 @@ CMI8738-MC6.pcm.rear.0 {
|
||||||
|
|
||||||
<confdir:pcm/surround40.conf>
|
<confdir:pcm/surround40.conf>
|
||||||
|
|
||||||
CMI8738-MC6.pcm.surround40.0 "cards.CMI8738-MC6.pcm.front.0"
|
CMI8738-MC6.pcm.surround40.0 {
|
||||||
|
@args [ CARD ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
type hooks
|
||||||
|
slave.pcm {
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
device 1
|
||||||
|
}
|
||||||
|
hooks.0 {
|
||||||
|
type ctl_elems
|
||||||
|
hook_args [
|
||||||
|
{
|
||||||
|
name "Four Channel Mode"
|
||||||
|
lock true
|
||||||
|
preserve true
|
||||||
|
value false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
<confdir:pcm/surround51.conf>
|
<confdir:pcm/surround51.conf>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue