mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-07 13:30:07 -05:00
added the configurations for VIA8233 and VIA8233A.
This commit is contained in:
parent
2b85584eb2
commit
50212fde09
3 changed files with 180 additions and 1 deletions
|
|
@ -15,7 +15,9 @@ cfg_files = aliases.conf \
|
|||
RME9652.conf \
|
||||
SI7018.conf \
|
||||
TRID4DWAVENX.conf \
|
||||
YMF744.conf
|
||||
YMF744.conf \
|
||||
VIA8233.conf \
|
||||
VIA8233A.conf
|
||||
|
||||
EXTRA_DIST = $(cfg_files)
|
||||
alsa_DATA = $(cfg_files)
|
||||
|
|
|
|||
91
src/conf/cards/VIA8233.conf
Normal file
91
src/conf/cards/VIA8233.conf
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
#
|
||||
# Configuration for the VIA8233/VIA8233C/VIA8235 chip with 4/6 multi-channel support
|
||||
#
|
||||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
VIA8233.pcm.front.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 0
|
||||
}
|
||||
|
||||
<confdir:pcm/surround40.conf>
|
||||
|
||||
VIA8233.pcm.surround40.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 1
|
||||
}
|
||||
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
VIA8233.pcm.surround51.0 "cards.VIA8233.pcm.surround40.0"
|
||||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
VIA8233.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 hooks
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
device 0
|
||||
subdevice 3
|
||||
}
|
||||
hooks.0 {
|
||||
type ctl_elems
|
||||
hook_args [
|
||||
{
|
||||
name "IEC958 Playback AC97-SPSA"
|
||||
lock true
|
||||
preserve true
|
||||
value 0
|
||||
}
|
||||
{
|
||||
name "IEC958 Playback Default"
|
||||
lock true
|
||||
preserve true
|
||||
value [ $AES0 $AES1 $AES2 $AES3 ]
|
||||
}
|
||||
{
|
||||
name "IEC958 Playback Switch"
|
||||
lock true
|
||||
preserve true
|
||||
value true
|
||||
}
|
||||
{
|
||||
name "IEC958 Output Switch"
|
||||
lock true
|
||||
preserve true
|
||||
value true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
86
src/conf/cards/VIA8233A.conf
Normal file
86
src/conf/cards/VIA8233A.conf
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
#
|
||||
# Configuration for the VIA8233A chip with 4/6 multi-channel support
|
||||
#
|
||||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
VIA8233A.pcm.front.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 0
|
||||
}
|
||||
|
||||
<confdir:pcm/surround40.conf>
|
||||
|
||||
VIA8233A.pcm.surround51.0 "cards.VIA8233A.pcm.surround40.0"
|
||||
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
VIA8233A.pcm.surround51.0 "cards.VIA8233A.pcm.surround40.0"
|
||||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
VIA8233A.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 hooks
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
device 1
|
||||
}
|
||||
hooks.0 {
|
||||
type ctl_elems
|
||||
hook_args [
|
||||
{
|
||||
name "IEC958 Playback AC97-SPSA"
|
||||
device 0
|
||||
lock true
|
||||
preserve true
|
||||
value 0
|
||||
}
|
||||
{
|
||||
name "IEC958 Playback Default"
|
||||
device 0
|
||||
lock true
|
||||
preserve true
|
||||
value [ $AES0 $AES1 $AES2 $AES3 ]
|
||||
}
|
||||
{
|
||||
name "IEC958 Playback Switch"
|
||||
device 0
|
||||
lock true
|
||||
preserve true
|
||||
value true
|
||||
}
|
||||
{
|
||||
name "IEC958 Output Switch"
|
||||
device 0
|
||||
lock true
|
||||
preserve true
|
||||
value true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue