2001-06-18 08:02:57 +00:00
|
|
|
#
|
|
|
|
|
# Configuration for the FM801 chip
|
|
|
|
|
#
|
|
|
|
|
|
2001-06-21 13:41:50 +00:00
|
|
|
<confdir:pcm/front.conf>
|
|
|
|
|
|
|
|
|
|
FM801.pcm.front.0 {
|
2001-06-18 08:02:57 +00:00
|
|
|
@args [ CARD ]
|
|
|
|
|
@args.CARD {
|
2001-06-19 11:52:50 +00:00
|
|
|
type string
|
2001-06-18 08:02:57 +00:00
|
|
|
}
|
|
|
|
|
type hw
|
2001-06-18 13:34:11 +00:00
|
|
|
card $CARD
|
2001-06-19 10:36:31 +00:00
|
|
|
}
|
2001-06-18 08:02:57 +00:00
|
|
|
|
2005-01-31 11:51:36 +00:00
|
|
|
# default with dmix/dsnoop
|
|
|
|
|
FM801.pcm.default {
|
|
|
|
|
@args [ CARD ]
|
|
|
|
|
@args.CARD {
|
2005-02-22 20:23:18 +00:00
|
|
|
type string
|
2005-01-31 11:51:36 +00:00
|
|
|
}
|
|
|
|
|
type asym
|
|
|
|
|
playback.pcm {
|
|
|
|
|
type plug
|
|
|
|
|
slave.pcm {
|
|
|
|
|
@func concat
|
|
|
|
|
strings [ "dmix:" $CARD ]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
capture.pcm {
|
|
|
|
|
type plug
|
|
|
|
|
slave.pcm {
|
|
|
|
|
@func concat
|
|
|
|
|
strings [ "dsnoop:" $CARD ]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2001-06-21 13:41:50 +00:00
|
|
|
<confdir:pcm/surround40.conf>
|
|
|
|
|
|
|
|
|
|
FM801.pcm.surround40.0 "cards.FM801.pcm.front.0"
|
|
|
|
|
|
2003-08-12 09:34:38 +00:00
|
|
|
<confdir:pcm/surround41.conf>
|
|
|
|
|
<confdir:pcm/surround50.conf>
|
2001-06-21 13:41:50 +00:00
|
|
|
<confdir:pcm/surround51.conf>
|
|
|
|
|
|
|
|
|
|
FM801.pcm.surround51.0 "cards.FM801.pcm.front.0"
|
|
|
|
|
|
|
|
|
|
<confdir:pcm/iec958.conf>
|
2001-06-18 08:02:57 +00:00
|
|
|
|
2001-06-21 13:41:50 +00:00
|
|
|
FM801.pcm.iec958.0 {
|
2002-11-07 20:06:11 +00:00
|
|
|
@args [ CARD AES0 AES1 AES2 AES3 ]
|
2001-06-18 08:02:57 +00:00
|
|
|
@args.CARD {
|
2001-06-19 11:52:50 +00:00
|
|
|
type string
|
2001-06-18 08:02:57 +00:00
|
|
|
}
|
|
|
|
|
@args.AES0 {
|
|
|
|
|
type integer
|
|
|
|
|
}
|
|
|
|
|
@args.AES1 {
|
|
|
|
|
type integer
|
|
|
|
|
}
|
|
|
|
|
@args.AES2 {
|
|
|
|
|
type integer
|
|
|
|
|
}
|
|
|
|
|
@args.AES3 {
|
|
|
|
|
type integer
|
|
|
|
|
}
|
|
|
|
|
type hooks
|
|
|
|
|
slave.pcm {
|
2001-06-19 10:36:31 +00:00
|
|
|
type hw
|
|
|
|
|
card $CARD
|
2001-06-18 08:02:57 +00:00
|
|
|
}
|
|
|
|
|
hooks.0 {
|
|
|
|
|
type ctl_elems
|
|
|
|
|
hook_args [
|
|
|
|
|
# {
|
|
|
|
|
# name "IEC958 Playback Default"
|
2001-06-18 13:34:11 +00:00
|
|
|
# value [ $AES0 $AES1 $AES2 $AES3 ]
|
2001-06-18 08:02:57 +00:00
|
|
|
# }
|
|
|
|
|
{
|
|
|
|
|
name "IEC958 Raw Data Playback Switch"
|
|
|
|
|
preserve true
|
|
|
|
|
value true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|