added config files for digigram cards.

This commit is contained in:
Takashi Iwai 2003-07-08 10:45:50 +00:00
parent 960b97c8f6
commit 22e1a1bb13
4 changed files with 212 additions and 1 deletions

View file

@ -0,0 +1,53 @@
#
# Configuration for Digigram VXpocket
#
<confdir:pcm/front.conf>
VXPocket.pcm.front.0 {
@args [ CARD ]
@args.CARD {
type string
}
type hw
card $CARD
device 0
}
<confdir:pcm/iec958.conf>
VXPocket.pcm.iec958.0 {
@args [ CARD AES0 AES1 AES2 AES3 ]
@args.CARD {
type string
}
@args.AES0 {
type integer
}
@args.AES1 {
type integer
}
@args.AES2 {
type integer
}
@args.AES3 {
type integer
}
type hooks
slave.pcm {
type hw
card $CARD
device 0
}
hooks.0 {
type ctl_elems
hook_args [
{
name "IEC958 Playback Default"
lock true
preserve true
value [ $AES0 $AES1 $AES2 $AES3 ]
}
]
}
}