2009-06-02 16:08:57 +02:00
|
|
|
#
|
|
|
|
|
# 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
|
2009-06-09 04:49:57 +02:00
|
|
|
hint.device 1
|
2009-06-02 16:08:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<confdir:pcm/center_lfe.conf>
|
|
|
|
|
|
|
|
|
|
SB-XFi.pcm.center_lfe.0 {
|
|
|
|
|
@args [ CARD ]
|
|
|
|
|
@args.CARD {
|
|
|
|
|
type string
|
|
|
|
|
}
|
|
|
|
|
type hw
|
|
|
|
|
card $CARD
|
|
|
|
|
device 2
|
2009-06-09 04:49:57 +02:00
|
|
|
hint.device 2
|
2009-06-02 16:08:57 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<confdir:pcm/side.conf>
|
|
|
|
|
|
|
|
|
|
SB-XFi.pcm.side.0 {
|
|
|
|
|
@args [ CARD ]
|
|
|
|
|
@args.CARD {
|
|
|
|
|
type string
|
|
|
|
|
}
|
|
|
|
|
type hw
|
|
|
|
|
card $CARD
|
|
|
|
|
device 3
|
2009-06-09 04:49:57 +02:00
|
|
|
hint.device 3
|
2009-06-02 16:08:57 +02:00
|
|
|
}
|
|
|
|
|
|
2014-02-18 16:41:49 +01:00
|
|
|
<confdir:pcm/surround21.conf>
|
2009-06-02 16:08:57 +02:00
|
|
|
<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
|
|
|
|
|
}
|
2009-06-02 17:21:26 +02:00
|
|
|
type asym
|
|
|
|
|
playback.pcm {
|
|
|
|
|
type hooks
|
|
|
|
|
slave.pcm {
|
|
|
|
|
type hw
|
|
|
|
|
card $CARD
|
|
|
|
|
device 4
|
|
|
|
|
}
|
|
|
|
|
hooks.0 {
|
|
|
|
|
type ctl_elems
|
|
|
|
|
hook_args [
|
|
|
|
|
{
|
|
|
|
|
interface PCM
|
|
|
|
|
name "IEC958 Playback PCM Stream"
|
|
|
|
|
device 4
|
|
|
|
|
lock true
|
|
|
|
|
preserve true
|
|
|
|
|
value [ $AES0 $AES1 $AES2 $AES3 ]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
hint.device 4
|
2009-06-02 16:08:57 +02:00
|
|
|
}
|