mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Add config file for SB-XFi driver
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
d2aadec5e4
commit
29841e67e9
2 changed files with 87 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ cfg_files = aliases.conf \
|
||||||
RME9636.conf \
|
RME9636.conf \
|
||||||
RME9652.conf \
|
RME9652.conf \
|
||||||
SI7018.conf \
|
SI7018.conf \
|
||||||
|
SB-XFi.conf \
|
||||||
TRID4DWAVENX.conf \
|
TRID4DWAVENX.conf \
|
||||||
USB-Audio.conf \
|
USB-Audio.conf \
|
||||||
YMF744.conf \
|
YMF744.conf \
|
||||||
|
|
|
||||||
86
src/conf/cards/SB-XFi.conf
Normal file
86
src/conf/cards/SB-XFi.conf
Normal file
|
|
@ -0,0 +1,86 @@
|
||||||
|
#
|
||||||
|
# Configuration for the SB X-Fi driver
|
||||||
|
#
|
||||||
|
|
||||||
|
<confdir:pcm/front.conf>
|
||||||
|
|
||||||
|
SB-XFi.pcm.front.0 {
|
||||||
|
@args [ CARD ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
device 0
|
||||||
|
}
|
||||||
|
|
||||||
|
<confdir:pcm/rear.conf>
|
||||||
|
|
||||||
|
SB-XFi.pcm.rear.0 {
|
||||||
|
@args [ CARD ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
device 1
|
||||||
|
}
|
||||||
|
|
||||||
|
<confdir:pcm/center_lfe.conf>
|
||||||
|
|
||||||
|
SB-XFi.pcm.center_lfe.0 {
|
||||||
|
@args [ CARD ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
device 2
|
||||||
|
}
|
||||||
|
|
||||||
|
<confdir:pcm/side.conf>
|
||||||
|
|
||||||
|
SB-XFi.pcm.side.0 {
|
||||||
|
@args [ CARD ]
|
||||||
|
@args.CARD {
|
||||||
|
type string
|
||||||
|
}
|
||||||
|
type hw
|
||||||
|
card $CARD
|
||||||
|
device 3
|
||||||
|
}
|
||||||
|
|
||||||
|
<confdir:pcm/surround40.conf>
|
||||||
|
<confdir:pcm/surround41.conf>
|
||||||
|
<confdir:pcm/surround50.conf>
|
||||||
|
<confdir:pcm/surround51.conf>
|
||||||
|
<confdir:pcm/surround71.conf>
|
||||||
|
|
||||||
|
SB-XFi.pcm.surround40.0 cards.SB-XFi.pcm.front.0
|
||||||
|
SB-XFi.pcm.surround51.0 cards.SB-XFi.pcm.front.0
|
||||||
|
SB-XFi.pcm.surround71.0 cards.SB-XFi.pcm.front.0
|
||||||
|
|
||||||
|
<confdir:pcm/iec958.conf>
|
||||||
|
|
||||||
|
SB-XFi.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 hw
|
||||||
|
card $CARD
|
||||||
|
device 4
|
||||||
|
# FIXME: AES status bits
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue