mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -04:00
added the definitions for vortex au88x0 cards.
This commit is contained in:
parent
7babeedf5d
commit
372668cffa
5 changed files with 109 additions and 0 deletions
42
src/conf/cards/AU8810.conf
Normal file
42
src/conf/cards/AU8810.conf
Normal 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
|
||||
}
|
||||
15
src/conf/cards/AU8820.conf
Normal file
15
src/conf/cards/AU8820.conf
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Configuration for the AU8820 chip
|
||||
#
|
||||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
AU8820.pcm.front.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 0
|
||||
}
|
||||
46
src/conf/cards/AU8830.conf
Normal file
46
src/conf/cards/AU8830.conf
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
#
|
||||
# Configuration for the AU8830 chip
|
||||
#
|
||||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
AU8830.pcm.front.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 0
|
||||
}
|
||||
|
||||
<confdir:pcm/surround40.conf>
|
||||
|
||||
AU8830.pcm.surround40.0 "cards.AU8830.pcm.front.0"
|
||||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
AU8830.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
|
||||
}
|
||||
|
|
@ -1,5 +1,8 @@
|
|||
alsadir = $(datadir)/alsa/cards
|
||||
cfg_files = aliases.conf \
|
||||
AU8810.conf \
|
||||
AU8820.conf \
|
||||
AU8830.conf \
|
||||
Audigy.conf \
|
||||
Audigy2.conf \
|
||||
CMI8338.conf \
|
||||
|
|
|
|||
|
|
@ -17,3 +17,6 @@ CMI8738-MC4 cards.CMI8738-MC6
|
|||
'AMD InterWave' cards.GUS
|
||||
'Dynasonic 3-D' cards.GUS
|
||||
'InterWave STB' cards.GUS
|
||||
au8810 cards.AU8810
|
||||
au8820 cards.AU8820
|
||||
au8830 cards.AU8830
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue