mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added rear and surround40 definition
This commit is contained in:
parent
50212fde09
commit
a8a71d5781
1 changed files with 60 additions and 1 deletions
|
|
@ -11,10 +11,69 @@ ENS1371.pcm.front.0 {
|
|||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 1
|
||||
device 0
|
||||
}
|
||||
|
||||
|
||||
<confdir:pcm/rear.conf>
|
||||
|
||||
ENS1371.pcm.rear.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hooks
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
device 1
|
||||
}
|
||||
hooks.0 {
|
||||
type ctl_elems
|
||||
hook_args [
|
||||
{
|
||||
interface MIXER
|
||||
name "AC97 2ch->4ch Copy Switch"
|
||||
lock true
|
||||
preserve true
|
||||
value 0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
<confdir:pcm/surround40.conf>
|
||||
|
||||
ENS1371.pcm.surround40.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type multi
|
||||
slaves [
|
||||
{
|
||||
pcm {
|
||||
@func concat
|
||||
strings [ "cards.ENS1371.pcm.front.0:CARD=" $CARD ]
|
||||
}
|
||||
channels 2
|
||||
}
|
||||
{
|
||||
pcm {
|
||||
@func concat
|
||||
strings [ "cards.ENS1371.pcm.rear.0:CARD=" $CARD ]
|
||||
}
|
||||
channels 2
|
||||
}
|
||||
]
|
||||
bindings [
|
||||
{ slave 0 channel 0 }
|
||||
{ slave 0 channel 1 }
|
||||
{ slave 1 channel 0 }
|
||||
{ slave 1 channel 1 }
|
||||
]
|
||||
}
|
||||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
ENS1371.pcm.iec958.0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue