added the definitions for vortex au88x0 cards.

This commit is contained in:
Takashi Iwai 2003-11-27 16:50:52 +00:00
parent 7babeedf5d
commit 372668cffa
5 changed files with 109 additions and 0 deletions

View file

@ -0,0 +1,42 @@
#
# Configuration for the AU8810 chip
#
<confdir:pcm/front.conf>
AU8810.pcm.front.0 {
@args [ CARD ]
@args.CARD {
type string
}
type hw
card $CARD
device 0
}
<confdir:pcm/iec958.conf>
AU8810.pcm.iec958.0 {
@args [ CARD AES0 AES1 AES2 AES3 ]
@args.CARD {
type string
}
@args.DEV {
type integer
}
@args.AES0 {
type integer
}
@args.AES1 {
type integer
}
@args.AES2 {
type integer
}
@args.AES3 {
type integer
}
type hw
card $CARD
device 1
}