Added rear and surround40 definition

This commit is contained in:
Jaroslav Kysela 2003-01-17 11:27:52 +00:00
parent 50212fde09
commit a8a71d5781

View file

@ -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 {